[svn:bz-trunk] 18821: Check-in a minor fix that deals with a missing MessageBroker class ( this could happen in Java/Android clients).

Revision: 18821
Revision: 18821
Author:   [email protected]
Date:     2010-11-26 07:33:24 -0800 (Fri, 26 Nov 2010)
Log Message:
Check-in a minor fix that deals with a missing MessageBroker class (this could happen in Java/Android clients).
Modified Paths:
    blazeds/trunk/modules/core/src/flex/messaging/MessageException.java

I see some message about a proxy. Have you checked that you can use the proxy from you network?
If not you should turn the proxy off.
Timo

Similar Messages

  • [svn:fx-trunk] 5355: Minor fixes to deal with corner cases where developers try to play keyframe-less MotionPaths or call getValue () outside of an effect actually playing.

    Revision: 5355
    Author: [email protected]
    Date: 2009-03-17 13:03:28 -0700 (Tue, 17 Mar 2009)
    Log Message:
    Minor fixes to deal with corner cases where developers try to play keyframe-less MotionPaths or call getValue() outside of an effect actually playing.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-19964, SDK-19966
    Reviewer: Jason
    Testing: checkintests, Mustella Effects, ListDataEffects, mx/effects
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19964
    http://bugs.adobe.com/jira/browse/SDK-19966
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateInstance.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/MotionPath.as

    Revision: 5355
    Author: [email protected]
    Date: 2009-03-17 13:03:28 -0700 (Tue, 17 Mar 2009)
    Log Message:
    Minor fixes to deal with corner cases where developers try to play keyframe-less MotionPaths or call getValue() outside of an effect actually playing.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-19964, SDK-19966
    Reviewer: Jason
    Testing: checkintests, Mustella Effects, ListDataEffects, mx/effects
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19964
    http://bugs.adobe.com/jira/browse/SDK-19966
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateInstance.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/MotionPath.as

  • [svn:fx-trunk] 11595: Checking in Sujata' s fix to FXGUtils for SDK which handles implicit close paths correctly.

    Revision: 11595
    Author:   [email protected]
    Date:     2009-11-09 16:34:49 -0800 (Mon, 09 Nov 2009)
    Log Message:
    Checking in Sujata's fix to FXGUtils for SDK which handles implicit close paths correctly.
    QE notes: Please retest bug test case.
    Doc notes: N/A
    Bugs:
    SDK-23093 - Unclosed path in static FXG displays with horizontal glitch
    Reviewer: Sujata
    Tests run: Checkintests, Bug test case
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23093
    Modified Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/swf/FXG2SWFTranscoder.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GraphicContentNode.ja va
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/ShapeHelper.java

  • [svn:osmf:] 13914: 1. Fix a bug that deals with discontinuity of fragments.

    Revision: 13914
    Revision: 13914
    Author:   [email protected]
    Date:     2010-02-01 16:02:58 -0800 (Mon, 01 Feb 2010)
    Log Message:
    1. Fix a bug that deals with discontinuity of fragments. This is the first check in of the fix. More extensive testings may discover other issues.
    2. Apply a patch from Matthew, quoted from Matthew's email:
    This one should pick up ?\226?\128?\156play now can take a starting offset?\226?\128?\157, stubs out ?\226?\128?\156play for duration?\226?\128?\157, and also picks up ?\226?\128?\156data messages are lost during enhanced seek?\226?\128?\157.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/AdobeFragmentRunTable.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as

    Thanks.
    I actually figured a better solution which was putting the fix right into VASTTrackingProxyElement.as so that VAST2TrackingProxyElement.as just inherits it, since I saw same issue with VAST1 ads as well!
    Cheers,
    mark

  • LabVIEW DSC 8.0 examples that deal with events check for valid timestamp.Why?

    Hi folks !
    There are examples that come with LabVIEW DSC 8.0 that deal with alarm events, In these examples - DSC Alarms Event Structure Support.vi contained in DSC Alarms Demo.lvproj, for instance - when an alarm event occurs, the code checks for a valid time stamp - 17:00:00.000 31/12/1975. I´m confused, can anyone help me understanding why it´s done?
    Thanks !

    Hello marc8470,
    Each Virtex 5 FPGA bank requires an external voltage reference.  The FlexRIO FPGA module provides this reference in the form of Vccoa and Vccob.  Because there are two voltage references available on the FlexRIO FPGA module, each Vcco reference is connected to 2 IO banks.  The Adapter Module Interface and Protocol chapter of the FlexRIO MDK manual has a table that indicates which GPIO banks are referenced to which Vcco reference.  The Vcco levels set in the general section of the adapter module configuration file are not used by the Xilinx compiler, but instead by the fixed FlexRIO logic to configure the external voltage references.  The IO standard constraints section of the adapter module configuration file is used during compile to configure the output drivers in the Virtex 5.  If the general VccoALevel and VccoBLevel values do not match the IO standard constraints, no error will occur during compile, but the hardware will not be configured correctly during runtime.  The logic families used by each general purpose IO (GPIO) line must match that of the Vcco levels set in the general section of the adapter module configuration file.  A mismatch in values could result to incorrect behavior or possible damage to the FlexRIO FPGA module or the adapter module. 
    In the future, please use the email address included in your NI FlexRIO Adapter Module Development Kit (MDK) User Manual to send your questions directly to the FlexRIO MDK support team.  This group has experience with specific FlexRIO MDK questions such as this one. 
    The FlexRIO MDK manual is designed to provide all of the information a hardware designer will need to create a FlexRIO adapter module.  National Instruments is always improving and working on new releases of the FlexRIO MDK.  Please feel free to use the support email address in the FlexRIO MDK manual to send me any feedback you have on the contents of the manual.
    Regards,
    Browning G
    FlexRIO R&D

  • [svn:bz-trunk] 18830: Checking in a few minor tweaks that I had locally, no real functionality change.

    Revision: 18830
    Revision: 18830
    Author:   [email protected]
    Date:     2010-11-29 07:07:50 -0800 (Mon, 29 Nov 2010)
    Log Message:
    Checking in a few minor tweaks that I had locally, no real functionality change.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/FlexContext.java
        blazeds/trunk/modules/core/src/flex/messaging/security/LoginManager.java

    I've never used any of the E Series and have often wondered how they stack up compared to their N Series counterpart !
    I can say from the freeware Symbian 60 side of things - precious few (useful !) applications exist. It's one of the reasons why I've downloaded Nokia's own freeware development environment (as I'd also like to get back into programming), but unfortunately I never get round to kicking a project off !
    Regards,
    Edward

  • [svn:fx-trunk] 8306: * A trio of compiler fixes.

    Revision: 8306
    Author:   [email protected]
    Date:     2009-06-26 08:05:34 -0700 (Fri, 26 Jun 2009)
    Log Message:
    A trio of compiler fixes.
    tests Passed: checkintests
    Needs QA: YES, please confirm each of the bug fixes with AST
              generation on and off.
    Needs DOC: NO
    Bug fixes: SDK-20158, SDK-21871 with AST generation, SDK-21528
    API Change: NO
    Reviewer: Pete F.
    Cycloner: Gaurav
    Code-level description of changes:
      as3/AbstractSyntaxTreeUtil.java
        Modified generateMemberExpression() to handle expressions like Vector..
      as3/binding/DataBindingFirstPassEvaluator.java
        Renamed isString() to isArrayOrString() and added check for Array.
      mxml/lang/StandardDefs.java
        Added intern() to PACKAGE_FLASH_UTILS, because it's used in AST
        generation now.
      mxml/lang/ChildNodeHandler.java
        Modified invoke() to call defaultPropertyElement() even in the
        case of binding expressions.
      mxml/builder/ComponentBuilder.java
        Modified constructor to initialize bindingHandler.
        Added ComponentDeclarationBindingHandler inner class.
      mxml/builder/DocumentBuilder.java
        Removed ComponentDeclarationBindingHandler inner class.
      mxml/rep/init/ValueInitializer.java
        Modified formatExpr() to handle fully qualified class names when
        the targetType is functionType.
      mxml/gen/ClassDefLib.vm
        Added special case handling, equivalent to compile time singleton
        coercion, for binding source functions when the return type is
        Array.
      mxml/ImplementationGenerator.java
        AST generation equivalent to ClassDefLib.vm changes.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-20158
        http://bugs.adobe.com/jira/browse/SDK-21871
        http://bugs.adobe.com/jira/browse/SDK-21528
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/AbstractSyntaxTreeUtil.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/DataBindingFirstPassE valuator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/TypeAnalyzer.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ComponentBuilder.jav a
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/DocumentBuilder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/gen/ClassDefLib.vm
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/ChildNodeHandler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.ja va

  • [svn:fx-trunk] 14199: ToolTip border skin bug fix

    Revision: 14199
    Revision: 14199
    Author:   [email protected]
    Date:     2010-02-16 13:59:53 -0800 (Tue, 16 Feb 2010)
    Log Message:
    ToolTip border skin bug fix
    http://bugs.adobe.com/jira/browse/SDK-24282 - SliderDataTip instantiates it?\226?\128?\153s border class before it?\226?\128?\153s style can be set by Slider
    Modified a patch submission to follow the pattern in TextInput. When the borderSkin style changes, the border was not recreated with the new border class.
    Thanks go to David Spanton for the original submission
    QE notes: yes, need tests for this use case
    Doc notes: n/a
    Bugs: SDK-24282
    Reviewer: Kevin
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24282
        http://bugs.adobe.com/jira/browse/SDK-24282
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ToolTip.as

  • [svn:fx-trunk] 11732: * Another batch of compiler fixes.

    Revision: 11732
    Author:   [email protected]
    Date:     2009-11-12 13:18:47 -0800 (Thu, 12 Nov 2009)
    Log Message:
    Another batch of compiler fixes.
    QE notes: The mxunit test
              Namespaces_LibraryTag_Definition_GraphicalAssetTest failed,
              but I think the test should result in a compile error.
    Doc notes:
    Bugs: SDK-23898, SDK-24001, SDK-24075, SDK-22471, SDK-23772, SDK-23662
    Reviewer: Corey
    Tests run: ran full cyclone twice, but all the mustella tests timed
               out on the "cyclone assist" server, so I ran a sampling
               locally.
    Is noteworthy for integration: No
    Code-level description of changes:
      modules/swfutils/src/java/flash/util/StringUtils.java
        Modified unformatString() to more closely match the opposite of
        formatString() by only converting a double backslash to a single
        backslash when it precedes a 'u'.  This fixes SDK-23898.
      modules/compiler/src/java/flex2/compiler/common/CompilerConfiguration.java
        Made report-invalid-styles-as-warnings and
        show-invalid-css-property-warnings no longer hidden.  This fixes
        SDK-24001.
      modules/compiler/src/java/flex2/compiler/SymbolTable.java
        Added debug param to constructor and modified it to turn on
        perCompileData.omitTrace when it's false.  This fixes SDK-24075.
      modules/compiler/src/java/flex2/compiler/mxml/rep/AtEmbed.java
        Uncommented fix for SDK-22471, which was accidentally commented
        out.
      modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        Modified analyze(XMLNode) to only add an import for XMLUtil when
        e4x is false.  This fixes SDK-23772.
        Modified analyze(XMLListNode) to no longer add an import for
        XMLUtil, because it's not used.
        Modified createInlineComponentUnit() and createDefinitionUnit() to
        use new method getInnerClassName() to create a unique className,
        if the user doesn't specify one.  This fixes SDK-23662.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23898
        http://bugs.adobe.com/jira/browse/SDK-24001
        http://bugs.adobe.com/jira/browse/SDK-24075
        http://bugs.adobe.com/jira/browse/SDK-22471
        http://bugs.adobe.com/jira/browse/SDK-23772
        http://bugs.adobe.com/jira/browse/SDK-23662
        http://bugs.adobe.com/jira/browse/SDK-23898
        http://bugs.adobe.com/jira/browse/SDK-24001
        http://bugs.adobe.com/jira/browse/SDK-24075
        http://bugs.adobe.com/jira/browse/SDK-22471
        http://bugs.adobe.com/jira/browse/SDK-23772
        http://bugs.adobe.com/jira/browse/SDK-23662
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/SymbolTable.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/CompilerConfiguration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/AtEmbed.java
        flex/sdk/trunk/modules/swfutils/src/java/flash/util/StringUtils.java

  • [svn:bz-trunk] 19259: Check-in minor additions to the MultiTopicConsumer sample.

    Revision: 19259
    Revision: 19259
    Author:   [email protected]
    Date:     2010-12-10 05:37:22 -0800 (Fri, 10 Dec 2010)
    Log Message:
    Check-in minor additions to the MultiTopicConsumer sample.
    Modified Paths:
        blazeds/trunk/apps/team/features/messaging/subtopic/messaging_AMF_Stream_MultiSubtopic.mx ml

    mplayer -vo help
    see that vdpau is first in list? now to stop doing that, pass -vo xv or add it directly in ~/.mplayer/config

  • [svn:fx-trunk] 11492: Checking in additional tweaks to SWC filtering when compatibility-version is used .

    Revision: 11492
    Author:   [email protected]
    Date:     2009-11-06 05:18:44 -0800 (Fri, 06 Nov 2009)
    Log Message:
    Checking in additional tweaks to SWC filtering when compatibility-version is used.  Pushing the majority of thes
    e changes on behalf of Paul.
    QE notes: None
    Doc notes: None
    Bugs: None
    Reviewer: Paul
    Tests run: Checkin
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/sparkskins/build.xml
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/CompilerConfiguration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcCache.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Compc.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/CompcPreLink.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Fcsh.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Mxmlc.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Application.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Library.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_en.properties

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn:fx-trunk] 14480: Checking in an incremental compilation fix on behalf of Paul.

    Revision: 14480
    Revision: 14480
    Author:   [email protected]
    Date:     2010-03-01 08:14:43 -0800 (Mon, 01 Mar 2010)
    Log Message:
    Checking in an incremental compilation fix on behalf of Paul.
    QE notes: None
    Doc notes: None
    Bugs: SDK-25335
    Reviewer: Corey
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25335
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/Source.java

  • [svn:bz-trunk] 14578: Check in test for BLZ-494.

    Revision: 14578
    Revision: 14578
    Author:   [email protected]
    Date:     2010-03-04 08:09:28 -0800 (Thu, 04 Mar 2010)
    Log Message:
    Check in test for BLZ-494. If client is subscribed to multiple destinations over a single polling endpoint and one subscription is invalidated, polling stops. 
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-494
    Modified Paths:
        blazeds/trunk/qa/apps/qa-manual/WEB-INF/flex/messaging-config.mods.xml
        blazeds/trunk/qa/apps/qa-manual/WEB-INF/flex/remoting-config.mods.xml
    Added Paths:
        blazeds/trunk/qa/apps/qa-manual/WEB-INF/src/messaging/
        blazeds/trunk/qa/apps/qa-manual/WEB-INF/src/messaging/ClientManagerRO.java
        blazeds/trunk/qa/apps/qa-manual/messaging/ClientManager.mxml
        blazeds/trunk/qa/apps/qa-manual/messaging/messaging_Two_Destinations.mxml

  • [svn:fx-trunk] 9554: Checked in missing files that build 71 of TLF needs.

    Revision: 9554
    Author:   [email protected]
    Date:     2009-08-24 15:51:44 -0700 (Mon, 24 Aug 2009)
    Log Message:
    Checked in missing files that build 71 of TLF needs.
    QE notes: None
    Doc notes: None
    Bugs: None
    Reviewer: None
    Tests run: ant checkintests
    Is noteworthy for integration: No
    Added Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/FXGExporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/FXGImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/GlobalConfiguration.as

    Thats good news.

  • [svn:bz-trunk] 20738: Check for bad directory-path argument to destination-include and throw an exception .

    Revision: 20738
    Revision: 20738
    Author:   [email protected]
    Date:     2011-03-09 13:22:36 -0800 (Wed, 09 Mar 2011)
    Log Message:
    Check for bad directory-path argument to destination-include and throw an exception.
    Modified Paths:
        blazeds/trunk/modules/common/src/flex/messaging/config/LocalFileResolver.java
        blazeds/trunk/modules/common/src/flex/messaging/errors.properties
        blazeds/trunk/modules/core/src/flex/messaging/config/ServletResourceResolver.java

    Hi Matthias,
    Sorry, if this reply seems like a products plug (which it is), but this is really how we solve this software engineering challenge at JKI...
    At JKI, we create VI Packages (which are basically installers for LabVIEW instrument drivers and toolkits) of our reusable code (using the package building capabilities of VIPM Professional).  We keep a VI Package Configuration file (that includes a copy of the actual packages) in each of our project folders (and check it into source code control just as we do for all our project files).  We also use VIPM Enterprise to distribute new VI Packages over the network.
    Also, as others have mentioned, we use the JKI TortoiseSVN Tool to make it easy to use TortoiseSVN directly from LabVIEW.
    Please feel free to contact JKI if you have any specific questions about these products.
    Thanks,
    -Jim 

Maybe you are looking for

  • Problem with palette

    Hello, I am writing a script for Illustrator. I created a palette with some buttons. I like to keep the palette open while working in Illustrator. The problem is, that the buttons dont work. For example, I have a delete button that should delete my a

  • Mac OS Installer 'quit unexpectedly'

    I want to re-install Mac 'OS X 10.4.11 Combo Update (Intel)' but the installer "quits unexpectedly" just as the installer window opens. All (any) installers began crashing after installing S/W for a new printer. I've uninstalled that S/W, fixed/repai

  • Is curly brace syntax and OPTIONAL realy enabled in Oracle 11g? (11.1.0.7)

    I have just installed Oracle 11g patchset to upgrade from 11.1.0.6 to 11.1.0.7. Oracle documentation states, that since 11.1.0.7 Curly brace syntax is allowed (http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28397/sdo_rdf_concepts.htm#CIHHDG

  • Has anyone seen this file before ImageProxies.apdb?

    has anyone seen this file before ImageProxies.apdb my iphoto is all messed up.

  • Use of gl calls with jogl outside callback methods

    Hello, I use JOGL, and I can use the gl calls only when I've the GL object in one of callback methods of GLEventListener, is it possible to use gl calls outside those methods?