[svn:bz-trunk] 18958: Updated the Vector sample in the team app.

Revision: 18958
Revision: 18958
Author:   [email protected]
Date:     2010-12-02 07:38:12 -0800 (Thu, 02 Dec 2010)
Log Message:
Updated the Vector sample in the team app.
Modified Paths:
    blazeds/trunk/apps/team/WEB-INF/flex/services-config.xml
    blazeds/trunk/apps/team/WEB-INF/src/features/remoting/EchoService.java
    blazeds/trunk/apps/team/features/remoting/remoting_AMF_Vector.mxml

Similar Messages

  • [svn:fx-trunk] 7463: Updating explorer.xml to reflect the current samples.

    Revision: 7463
    Author:   [email protected]
    Date:     2009-05-30 14:49:21 -0700 (Sat, 30 May 2009)
    Log Message:
    Updating explorer.xml to reflect the current samples.  Flex Explorer isn't used anymore, but this provides us with an app for testing our samples.
    Modified Paths:
        flex/sdk/trunk/samples/explorer/explorer.xml

    hey, just wondering if the Product Inventory Control per Attributes is going to schedule? I have a new client about to launch their website, with e-commerce section to come in August, but might hold off if this feature will be ready in September? Do you have a more definite ETA?
    Thanks,

  • [svn:fx-trunk] 11073: Updating LuminosityMaskFilter. pbj to correct the PixelBender code to account for the fact that the mask artwork is in premultiplied alpha form .

    Revision: 11073
    Author:   [email protected]
    Date:     2009-10-21 18:29:07 -0700 (Wed, 21 Oct 2009)
    Log Message:
    Updating LuminosityMaskFilter.pbj to correct the PixelBender code to account for the fact that the mask artwork is in premultiplied alpha form.
    QE notes: N/A
    Doc notes: N/A
    Bugs: N/A
    Reviewer: Dan
    Tests run: Dan's luminosity test case.
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/shaders/LuminosityMaskFilte r.pbj

  • [svn:bz-trunk] 14752: Remove the unnecessary dependency of blazeds-team app on data project.

    Revision: 14752
    Revision: 14752
    Author:   [email protected]
    Date:     2010-03-14 13:29:27 -0700 (Sun, 14 Mar 2010)
    Log Message:
    Remove the unnecessary dependency of blazeds-team app on data project.
    Modified Paths:
        blazeds/trunk/development/eclipse/projects/java/blazeds-team.war/.classpath

    I like it so far, good job I'll still always stick to the CLI for my package management most likely, but it's nice to have good GUIs out there, I always keep my eye out for them, and this is good so far. One small suggestion is for the AUR package, I don't think it should automatically add stuff to the daemons line in rc.conf, just my opinion. The install script should tell you to do it, but not actually do it, in my opinion, that's how every other package I see does it, but that's a minor issue

  • [svn:fx-trunk] 5554: Updating airframework and flex4 sample eclipse projects to more closely match the options set in the equivalent build .xml.

    Revision: 5554
    Author: [email protected]
    Date: 2009-03-25 13:46:00 -0700 (Wed, 25 Mar 2009)
    Log Message:
    Updating airframework and flex4 sample eclipse projects to more closely match the options set in the equivalent build.xml.
    Modified Paths:
    flex/sdk/trunk/development/eclipse/flex/airframework/.actionScriptProperties
    flex/sdk/trunk/development/eclipse/flex/airframework/.flexLibProperties
    flex/sdk/trunk/development/eclipse/flex/flex4/.actionScriptProperties

    If you're still using Buckminster 3.6, I strongly suggest switching to 3.7 - it has a number of bug fixes and improvements. This applies to both headless, and the IDE (assuming Eclipse 3.7 Indigo).
    Matthew

  • [svn:bz-trunk] 8823: Updated the sample messaging-config. xml with the new disallow-wildcard-subtopics configuration element.

    Revision: 8823
    Author:   [email protected]
    Date:     2009-07-27 09:12:08 -0700 (Mon, 27 Jul 2009)
    Log Message:
    Updated the sample messaging-config.xml with the new disallow-wildcard-subtopics configuration element.
    Modified Paths:
        blazeds/trunk/resources/config/messaging-config.xml

    Hi,
    could you let us know what version of OEPE you were running prior to the upgrade along with the Eclipse version ? Also was the previous installation a full OEPE install or was it installed via the update site ?
    thanks
    Raj

  • [svn:fx-trunk] 12984: Update sample themes to take Glenn' s Alert fix into account.

    Revision: 12984
    Revision: 12984
    Author:   [email protected]
    Date:     2009-12-15 23:11:29 -0800 (Tue, 15 Dec 2009)
    Log Message:
    Update sample themes to take Glenn's Alert fix into account.
    Modified Paths:
        flex/sdk/trunk/samples/themes/arcade/src/defaults.css
        flex/sdk/trunk/samples/themes/cobalt/src/defaults.css
        flex/sdk/trunk/samples/themes/graphite/src/defaults.css
        flex/sdk/trunk/samples/themes/zen/src/defaults.css

    Hi petro_jemes,
    Just a little claritification, you need to add the value to the variable "[string]$ou", and also change the language in the variable "$emailbody" in the function "Get-ADUserPasswordExpirationDate".
    I hope this helps.

  • [svn:fx-trunk] 7830: Update ASDoc on the new backgroundFrameRate property to WindowedApplication , to by default reduce the CPU usage in cases where an app is not 'active'.

    Revision: 7830
    Author:   [email protected]
    Date:     2009-06-14 15:57:29 -0700 (Sun, 14 Jun 2009)
    Log Message:
    Update ASDoc on the new backgroundFrameRate property to WindowedApplication, to by default reduce the CPU usage in cases where an app is not 'active'.
    Bugs: SDK-21135
    Reviewer:
    QE Notes:
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21135
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/WindowedApplication. as

    By the way, I agree with sybrand: you need to tune
    your redo log size.
    Regards
    Ignacio
    http://oracledisect.blogspot.com
    Ignacio,
    The excessive waits on log file parallel write and the related client wait of log file sync may be due to insufficient CPU availability, and may not point at an actual redo log size problem or a problem with the disk speed where the redo is written to disk, especially if there are 3 Oracle instances on the server with a single CPU.
    Paraphrased from "Optimizing Oracle Performance":
    The log file sync wait event is one of the first events to show increased latencies due to the time a process spends waiting in a CPU wait queue while processing excessive logical IOs.
    Kevin Closson wrote a couple blog entries that examined the potential problems of insufficient CPU capacity and its effects on log file parallel write when writing to solid state disks, and even when writing redo was explicitly disabled:
    http://kevinclosson.wordpress.com/2007/07/21/manly-men-only-use-solid-state-disk-for-redo-logging-lgwr-io-is-simple-but-not-lgwr-processing/
    "Once LGWR loses his CPU it may be quite some time until he gets it back. For instance, if LGWR is preempted in the middle of trying to perform a redo buffer flush, there may be several time slices of execution for other processes before LGWR gets back on CPU..." Fix the CPU problem, and the other significant waits may decrease.
    JesusLuvR,
    yingkuan's suggestion to look at the SQL statement that performs the 4,365,564 logical IOs, consumes 186.03 CPU seconds, and has an execution time of 225.06 seconds, is likely a very good starting point. You might also want to check the value of the SESSION_CACHED_CURSORS parameter to see if it needs to be adjusted.
    Charles Hooper
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • [svn:bz-trunk] 9810: Update BlazeDS/ trunk to version 248835 of qa-frameworks. zip to pick up recent changes to the config suite.

    Revision: 9810
    Author:   [email protected]
    Date:     2009-08-30 06:58:37 -0700 (Sun, 30 Aug 2009)
    Log Message:
    Update BlazeDS/trunk to version 248835 of qa-frameworks.zip to pick up recent changes to the config suite.
    Fix problem in build.xml for config suite that would have caused mxunit tests not to run locally, ie. outside of a regression run.
    Fix problem with one of the config suite tests. The services-config.xml file used by the test looks like it was copied over from qa-regress and a bootstrapservice got removed from qa-regress along with the bootstrap class, so the copied services-config.xml file also needed to have the bootstrapservice removed because the class it depended on got deleted.  
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/build.xml
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/s ervices-config.xml
        blazeds/trunk/qa/resources/frameworks/qa-frameworks.zip

    Revision: 9810
    Author:   [email protected]
    Date:     2009-08-30 06:58:37 -0700 (Sun, 30 Aug 2009)
    Log Message:
    Update BlazeDS/trunk to version 248835 of qa-frameworks.zip to pick up recent changes to the config suite.
    Fix problem in build.xml for config suite that would have caused mxunit tests not to run locally, ie. outside of a regression run.
    Fix problem with one of the config suite tests. The services-config.xml file used by the test looks like it was copied over from qa-regress and a bootstrapservice got removed from qa-regress along with the bootstrap class, so the copied services-config.xml file also needed to have the bootstrapservice removed because the class it depended on got deleted.  
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/build.xml
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/s ervices-config.xml
        blazeds/trunk/qa/resources/frameworks/qa-frameworks.zip

  • [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:bz-trunk] 20725: Update the ClientConfigurationParser to match the ServerConfigurationParser changes that support destination-include directory-path attribute .

    Revision: 20725
    Revision: 20725
    Author:   [email protected]
    Date:     2011-03-09 10:56:05 -0800 (Wed, 09 Mar 2011)
    Log Message:
    Update the ClientConfigurationParser to match the ServerConfigurationParser changes that support destination-include directory-path attribute.
    Remove the unchecked assignment in ServerConfigurationParser and just cast elements of the list.
    Modified Paths:
        blazeds/trunk/modules/common/src/flex/messaging/config/ClientConfigurationParser.java
        blazeds/trunk/modules/core/src/flex/messaging/config/ServerConfigurationParser.java

    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:bz-trunk] 15291: Update BlazeDS/trunk to use ActiveMQ 5.3.1

    Revision: 15291
    Revision: 15291
    Author:   [email protected]
    Date:     2010-04-08 16:31:48 -0700 (Thu, 08 Apr 2010)
    Log Message:
    Update BlazeDS/trunk to use ActiveMQ 5.3.1
    In addition to adding the new activemq jars, I had to update the configuration file for the broker (activemq.xml) in a number of places as the format had changed.
    I also did a little webapp cleanup while I was updating activemq as I noticed some exceptions in the Tomcat log file as the server was starting up. These startup errors should be gone now.
    I also modified the main build.xml to build the samples-spring app when the sdk.version property is set to 4. The samples-spring app has a dependency on Flex SDK4. This is only app that is currently being built when the SDK version is set to 4. Will work on getting the rest of the webapps building when the SDK version is set to 4. Also there is a little more work to do get the samples-spring app fully integrated into the main build.  
    Modified Paths:
        blazeds/trunk/apps/samples-spring/build.xml
        blazeds/trunk/apps/team/WEB-INF/activemq.xml
        blazeds/trunk/apps/team/build.xml
        blazeds/trunk/build.xml
        blazeds/trunk/qa/apps/qa-manual/WEB-INF/activemq.xml
        blazeds/trunk/qa/apps/qa-manual/build.xml
        blazeds/trunk/qa/apps/qa-regress/WEB-INF/activemq.xml
        blazeds/trunk/qa/resources/webtier/flex_sdk_3/web.xml
        blazeds/trunk/qa/resources/webtier/flex_sdk_4/web.xml
        blazeds/trunk/servers/apache-tomcat-6.0.14/conf/catalina.properties
        blazeds/trunk/servers/apache-tomcat-6.0.14/conf/tomcat-users.xml
        blazeds/trunk/servers/apache-tomcat-6.0.14/conf/tomcat-users.xml.install
    Added Paths:
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/activation-1.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/activeio-core-3.1.2.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/activemq-camel-5.3.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/activemq-console-5.3.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/activemq-core-5.3.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/activemq-jaas-5.3.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/activemq-protobuf-1.0.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/activemq-web-5.3.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/camel-core-2.2.0.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/camel-jetty-2.2.0.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/camel-jms-2.2.0.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/camel-spring-2.2.0.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/commons-beanutils-1.6.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/commons-dbcp-1.2.2.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/commons-logging-1.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/commons-pool-1.5.4.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/geronimo-j2ee-management_1. 0_spec-1.0.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/geronimo-jms_1.1_spec-1.1.1 .jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/geronimo-jta_1.0.1B_spec-1. 0.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/jaxb-api-2.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/jaxb-impl-2.1.6.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/kahadb-5.3.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/org.osgi.core-4.1.0.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/spring-aop-2.5.6.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/spring-beans-2.5.6.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/spring-context-2.5.6.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/spring-core-2.5.6.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/spring-jms-2.5.6.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/spring-osgi-core-1.2.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/spring-oxm-tiger-1.5.8.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/spring-tx-2.5.6.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/spring-web-2.5.6.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/spring-webmvc-2.5.6.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/stax-1.2.0.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/stax-api-1.0.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq-5.3.1/xbean-spring-3.6.jar
    Removed Paths:
        blazeds/trunk/servers/apache-tomcat-6.0.14/lib/activemq4.1.1/

  • [svn:fx-trunk] 5243: Two Mxml Vector fixes.

    Revision: 5243
    Author: [email protected]
    Date: 2009-03-11 12:13:39 -0700 (Wed, 11 Mar 2009)
    Log Message:
    Two Mxml Vector fixes.
    tests Passed: checkintests
    Needs QA: YES
    Needs DOC: NO
    Bug fixes: SDK-19808, SDK-19810
    API Change: NO
    Reviewer: Gaurav
    Code-level description of changes:
    reflect/TypeTable.java
    Modified getElementType() by checking for vectorType instead of
    arrayType and moving the Array handling to the else block.
    builder/VectorBuilder.java
    Modified ElementNodeHandler to use isAssignableTo() instead of equals().
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19808
    http://bugs.adobe.com/jira/browse/SDK-19810
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/VectorBuilder.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/TypeTable.java

  • [svn:fx-trunk] 12222: Updating FXGUtils to 638523, which includes fixes for ...

    Revision: 12222
    Revision: 12222
    Author:   [email protected]
    Date:     2009-11-25 20:22:52 -0800 (Wed, 25 Nov 2009)
    Log Message:
    Updating FXGUtils to 638523, which includes fixes for...
    - 2486548: FXGUtils fails to raise an exception on a invalid specification of the color attribute in the  element. (Partial bug fix: Added exception code and message as placeholder).
    QE notes: N/A
    Doc notes: N/A
    Bugs: N/A
    Reviewer: Sujata
    Tests run: Checkintests
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/TypeHelper.java

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

  • [svn:fx-trunk] 12045: Update accessibility naming logic.

    Revision: 12045
    Revision: 12045
    Author:   [email protected]
    Date:     2009-11-20 08:14:25 -0800 (Fri, 20 Nov 2009)
    Log Message:
    Update accessibility naming logic.  When accessibility name is explicitly set use that name, otherwise use name provided by getName function in accImpl for component, else use toolTip for component (if present).  Form heading name and item name are still prepended with required field notation if they exist.  Form heading and form item logic now uses accessible name if set on those components including with string containing space is used to silence form heading or form item from being announced.  Required Field string was localized into controls.properties.
    QE notes: none
    Doc notes: none
    Bugs: n/a
    Reviewer: Gordon
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccImpl.as

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

Maybe you are looking for