[svn:fx-3.x] 7495: BLZ-233 - Add a heartbeatInterval property to channelset

Revision: 7495
Author:   [email protected]
Date:     2009-06-02 13:22:15 -0700 (Tue, 02 Jun 2009)
Log Message:
BLZ-233 - Add a heartbeatInterval property to channelset
QA: Yes
Doc: Yes (review ASDoc for the new property on ChannelSet)
Checkintests Pass: Yes
Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-233
Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/messaging/Channel.as
    flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as
    flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/messaging/config/ServerConfig.as
    flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/messaging/messages/CommandMessage.as

Revision: 7495
Author:   [email protected]
Date:     2009-06-02 13:22:15 -0700 (Tue, 02 Jun 2009)
Log Message:
BLZ-233 - Add a heartbeatInterval property to channelset
QA: Yes
Doc: Yes (review ASDoc for the new property on ChannelSet)
Checkintests Pass: Yes
Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-233
Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/messaging/Channel.as
    flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as
    flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/messaging/config/ServerConfig.as
    flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/messaging/messages/CommandMessage.as

Similar Messages

  • [svn:bz-trunk] 7497: BLZ-233 - Add a heartbeatInterval property to channelset

    Revision: 7497
    Author:   [email protected]
    Date:     2009-06-02 13:25:23 -0700 (Tue, 02 Jun 2009)
    Log Message:
    BLZ-233 - Add a heartbeatInterval property to channelset
    QA: Yes
    Doc: Yes (review documentation for <heartbeat-interval-millis> in /resources/services-config.xml)
    Checkintests Pass: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-233
    Modified Paths:
        blazeds/trunk/modules/common/src/flex/messaging/config/ClientConfigurationParser.java
        blazeds/trunk/modules/common/src/flex/messaging/config/ConfigurationConstants.java
        blazeds/trunk/modules/common/src/flex/messaging/config/FlexClientSettings.java
        blazeds/trunk/modules/common/src/flex/messaging/config/ServicesDependencies.java
        blazeds/trunk/modules/common/src/flex/messaging/errors.properties
        blazeds/trunk/modules/core/src/flex/messaging/messages/CommandMessage.java
        blazeds/trunk/resources/config/services-config.xml

  • [svn:bz-trunk] 9713: Bug: BLZ-427 - Add configuration option for BeanProxy#includeReadOnly property.

    Revision: 9713
    Author:   [email protected]
    Date:     2009-08-27 14:09:43 -0700 (Thu, 27 Aug 2009)
    Log Message:
    Bug: BLZ-427 - Add configuration option for BeanProxy#includeReadOnly property.
    QA: Yes
    Doc: Yes - We have a new include-read-only property, see resources/config/services-config.xml
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-427
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/endpoints/AbstractEndpoint.java
        blazeds/trunk/modules/core/src/flex/messaging/io/AbstractProxy.java
        blazeds/trunk/modules/core/src/flex/messaging/io/SerializationContext.java
        blazeds/trunk/resources/config/services-config.xml

  • [svn:bz-trunk] 18811: Bug: BLZ-594 - Add legacy-dictionary support

    Revision: 18811
    Revision: 18811
    Author:   [email protected]
    Date:     2010-11-24 02:21:59 -0800 (Wed, 24 Nov 2010)
    Log Message:
    Bug: BLZ-594 - Add legacy-dictionary support
    QA: Yes - see services-config.xml for details.
    Doc: No
    Checkintests: Pass
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-594
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/endpoints/AbstractEndpoint.java
        blazeds/trunk/modules/core/src/flex/messaging/io/SerializationContext.java
        blazeds/trunk/modules/core/src/flex/messaging/io/amf/Amf3Output.java
        blazeds/trunk/modules/core/src/flex/messaging/io/amfx/AmfxOutput.java
        blazeds/trunk/resources/config/services-config.xml

  • [svn:bz-trunk] 13622: Bug: BLZ-427 - Add configuration option for BeanProxy#includeReadOnly property.

    Revision: 13622
    Revision: 13622
    Author:   [email protected]
    Date:     2010-01-19 02:38:36 -0800 (Tue, 19 Jan 2010)
    Log Message:
    Bug: BLZ-427 - Add configuration option for BeanProxy#includeReadOnly property.
    QA: No
    Doc: No
    Details: Documented the fact that include-read-only property applies globally.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-427
    Modified Paths:
        blazeds/trunk/resources/config/services-config.xml

  • [svn:fx-3.x] 7499: Addendum to fix for BLZ-233 - adjust visibility of new internal heartbeat util methods to protected from private .

    Revision: 7499
    Author:   [email protected]
    Date:     2009-06-02 16:10:08 -0700 (Tue, 02 Jun 2009)
    Log Message:
    Addendum to fix for BLZ-233 - adjust visibility of new internal heartbeat util methods to protected from private.
    QA: No
    Doc: No
    Checkintests Pass: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-233
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

    inspired2apathy wrote:
    ... The goal is a ScrollPane that automatically wraps the text inside it. I've just about got it, but I have one thing that's not working. If I just put the JTextArea{s} in as the Editor, then you lose the any text that doesn't fit inside whatever the initial size was. Instead, I put the JTextAreas inside a JScrollPane which works fine, except that I still have to determine the size of the JScrollPane in advance. I would like to make each Editor/JScrollPane start out with just a single line of text and expand until it reaches a certain small number of lines.
    ... What am I missing?THE BASICS. See if this isn't what you are trying to do.
    import javax.swing.JFrame;
    import javax.swing.JScrollPane;
    import javax.swing.JTextArea;
    public class Test
      public static void main(String[] args) {
        JTextArea ta = new JTextArea();
        ta.setLineWrap(true);
        ta.setWrapStyleWord(true);
        JScrollPane sp = new JScrollPane(ta);
        JFrame f = new JFrame();
        f.getContentPane().add(sp, "Center");
        f.setBounds(0, 0, 400, 300);
        f.setDefaultCloseOperation(f.EXIT_ON_CLOSE);
        f.setVisible(true); 
    }OP, your code was too long and complicated for me to compile and run. However, aren't you forgetting the two simple methods <tt>JTextArea.setLineWrap()</tt> and <tt>JTextArea.setWrapStyleWord()</tt>? Furthermore, I absolutely see no need for you to extend SWING components for demonstration this simple -- that is, if I understand your problem correctly.

  • [svn] 3853: Bug: BLZ-269 - Add support to proxy service for IBM X509

    Revision: 3853
    Author: [email protected]
    Date: 2008-10-23 12:12:39 -0700 (Thu, 23 Oct 2008)
    Log Message:
    Bug: BLZ-269 - Add support to proxy service for IBM X509
    QA: Yes
    Doc: No
    Checkintests Pass: Yes
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-269
    Modified Paths:
    blazeds/trunk/modules/proxy/src/flex/messaging/services/http/httpclient/EasyX509TrustMana ger.java

    Revision: 3853
    Author: [email protected]
    Date: 2008-10-23 12:12:39 -0700 (Thu, 23 Oct 2008)
    Log Message:
    Bug: BLZ-269 - Add support to proxy service for IBM X509
    QA: Yes
    Doc: No
    Checkintests Pass: Yes
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-269
    Modified Paths:
    blazeds/trunk/modules/proxy/src/flex/messaging/services/http/httpclient/EasyX509TrustMana ger.java

  • [svn:bz-trunk] 18840: bug fix of BLZ-576, add the initialization to one of the counter

    Revision: 18840
    Revision: 18840
    Author:   [email protected]
    Date:     2010-11-29 12:41:55 -0800 (Mon, 29 Nov 2010)
    Log Message:
    bug fix of BLZ-576, add the initialization to one of the counter
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-576
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/management/runtime/messaging/endpoints/EndpointContro l.java

  • [svn:bz-trunk] 18945: BLZ-228  - Add support for FlashPlayer 10 extensions to AMF 3

    Revision: 18945
    Revision: 18945
    Author:   [email protected]
    Date:     2010-12-02 05:12:21 -0800 (Thu, 02 Dec 2010)
    Log Message:
    BLZ-228  - Add support for FlashPlayer 10 extensions to AMF 3
    QA: Yes
    Doc: Yes
    Checkintests: Pass
    Details: Tweaked the client-to-server Vector deserialization to deserialize uint Vectors into Long (instead of Integer) Arrays/List after realizing that uint Actionscript can hold values that Java Integer cannot hold.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-228
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/io/amf/Amf3Input.java

    son of a gun.  i googled around a bit more after i posted my question here.  i have reset the smc, so let's see what happens.  i'll get back to you after a time to see whether it starts misbehaving again.
    what causes the need for an smc reset?  what actually went wrong?
    thanks again, linc davis.

  • [svn:fx-3.x] 7197: Bug: BLZ-354 -  Client still polling after calling ChannelSet.logout() when subscribed to messaging destination.

    Revision: 7197
    Author:   [email protected]
    Date:     2009-05-21 14:49:44 -0700 (Thu, 21 May 2009)
    Log Message:
    Bug: BLZ-354 -  Client still polling after calling ChannelSet.logout() when subscribed to messaging destination.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: In polling channels, stop polling as soon as logout ack is received.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-354
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

    Any advice would be helpful. Thanks

  • SharePoint Foundation 2013 -- How to add the document property option in default search template

    Dear All
    The search for foundation 2013 is working fine with me. I want to add the view document property in the search option? can any one tell me how can i do it in foundation 2013. 
    Here is a relevant post
    http://www.abelsolutions.com/totm/creating-customized-search-results-in-sharepoint-2013/
    I already done the followings: 
    1) Add the view property in Search Managed properties through central administration 
    2) I found one solution that shows me the .html files in SPD Catalog search template, that i did not found in the respective place. (there is no reason why its not there) 
    Can any one tell me how can i do that? 
    Regards 
    Rashid Imran Bilgrami 
    Project Manager 
    ArabSign

    Display templates are not available in SharePoint Foundation. You must use SharePoint Server.
    http://msdn.microsoft.com/en-us/library/jj945138.aspx
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

  • Error while processing dimension after add or delete property

    Hi Experts,
    I use BPC for MS SP6 with SQL Server 2008. I detected a problem while processing dimension after add or delete property.
    The error message is: u201CMemory error: Allocation failure : Not enough storage is available to process this command. Error Code = 0x8007000E, External Code = 0x00000000.u201D
    I tried to truncate and drop dimension tables and process dimension again, and it doesnu2019t work.
    Any idea?
    Thanks a lot for your support!
    Albert

    Hi Sorin,
    Yestarday in the afternoon, we added a Property at another Dimension, and we continued having the same problem: we had errors when processing that dimension, but after restarting the server, we can process dimension.
    Looking at the Event Viewer, at 'OutlookSoft log' environment, the following error appears:
    <<
    3/28/2011 6:57:15 PM
    ModuleName : Olap9Manager - DeleteDimension
    Message : Error Code = 0x8007000E, External Code = 0x00000000:.
    Error Code = 0x8007000E, External Code = 0x00000000:.
    Error Code = 0x8007000E, External Code = 0x00000000:.
    Stack :    at Microsoft.AnalysisServices.AnalysisServicesClient.SendExecuteAndReadResponse(ImpactDetailCollection impacts, Boolean expectEmptyResults, Boolean throwIfError)
       at Microsoft.AnalysisServices.AnalysisServicesClient.Alter(IMajorObject obj, ObjectExpansion expansion, ImpactDetailCollection impact, Boolean allowCreate)
       at Microsoft.AnalysisServices.Server.Update(IMajorObject obj, UpdateOptions options, UpdateMode mode, XmlaWarningCollection warnings, ImpactDetailCollection impactResult)
       at Microsoft.AnalysisServices.Server.SendUpdate(IMajorObject obj, UpdateOptions options, UpdateMode mode, XmlaWarningCollection warnings, ImpactDetailCollection impactResult)
       at Microsoft.AnalysisServices.MajorObject.Update(UpdateOptions options, UpdateMode mode, XmlaWarningCollection warnings)
       at Microsoft.AnalysisServices.MajorObject.Update(UpdateOptions options)
       at Osoft.Services.Platform.YukonAdmin.Olap9Manager.DeleteDimension(String strAppset, String strDimension, String strCube, String dimTablePrefx, Boolean bDeleteFromDB, String& strMsg, Boolean bOnlySharedDim)
    >>
    Any idea in order to identify the root cause?
    Thanks in advance,
    Albert

  • Add a new Property Set

    Hi,
    My question is:
    I want add a new property set , so I create a new .usr file in workshop,
    then build a ear file and deploy .
    but i can't found this property set in adminportal, Why?
    If I do not use the ear file, under the workshop to deploy, all is ok.

    Hi,
    I used this code to autoformat my columns! Hope this was what you were looking for!
    Optimize width of columns --------------------------------------*
          DATA: column      TYPE ole2_object.
          CALL METHOD OF h_excel 'Columns' = column NO FLUSH.
          FREE OBJECT h_excel NO FLUSH.
          CALL METHOD OF column 'Autofit' NO FLUSH.
          FREE OBJECT column NO FLUSH.

  • How to add a custom property to the user's master record?

    Hello,
    I would like to add a custom property to the user's master record which is unique to our company (User's region).
    Is that possible? and if yes, how?
    I'm a bit new to BW so a step-by-step procedure will help
    Roy

    The user names are stored in table USR01. IN that table see if you can add a field to have region. Extract this table and store it in User info object in BW.
    You will need a ABAP person to do this, if you are new to SAP.
    Ravi Thothadri

  • [svn:bz-trunk] 15217: Bug: BLZ-508 - If server receives message for an unknown destination it shouldn ' t include the destination name in the error message sent back to the client .

    Revision: 15217
    Revision: 15217
    Author:   [email protected]
    Date:     2010-04-05 03:43:36 -0700 (Mon, 05 Apr 2010)
    Log Message:
    Bug: BLZ-508 - If server receives message for an unknown destination it shouldn't include the destination name in the error message sent back to the client.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: Changed the error message to not include destination id. I'm also checking in a few minor fixes I had locally.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-508
    Modified Paths:
        blazeds/trunk/modules/common/src/flex/messaging/errors.properties
        blazeds/trunk/modules/core/src/flex/messaging/MessageBroker.java
        blazeds/trunk/modules/core/src/flex/messaging/cluster/JGroupsCluster.java

    Thanx Mete, yeah i did...
    but i solved it some other way... not entirely sure this was
    it though as i was doing a lot of things at once...
    it was fds.swc... possibly it was out of date or missing.

Maybe you are looking for