Adobe BlazeDS commits

RevisionAuthorDateDescription
3091matamel@adobe.com04 Sep 2008 10:53:43

Feature: Message throttling - message frequency limits subfeature.
QA: Yes
Doc: Not yet
Checkintests: Pass

Details: This is the BlazeDS server part of the message frequency limits sub-feature of Message throttling feature. These are the main changes:

- A new throttling log category.
- A new OutboundQueueThrottleManager for FlexClientOutboundQueueProcessor that handles outgoing client level message throttling (instead of ThrottleManager)
- Clean-up of existing ThrottleManager.
- Expose methods to get/set a FlexClientOutboundQueueProcessor factory on MessageBroker.
- Added support for maxFrequency handling at Consumer and Consumer subcription levels on the server.

3070aglosban@adobe.com03 Sep 2008 08:52:17

Update feature.properties files on BlazeDS 3.0.x branch. I did this on BlazeDS trunk but also needed to do it here. The feature.properties files had references to tests (httpservice,webservice) that have been removed.

3051jvroom@adobe.com29 Aug 2008 22:19:32

actually, for some reason this cast is changing how this method works so
I'm backing it out!

3050jvroom@adobe.com29 Aug 2008 19:48:58

Removed compile warning with JDK1.5

3041aglosban@adobe.com29 Aug 2008 11:57:50

Change flex-config.xml files for team and qa webapps to target player 9. The checkintests fail when player 10 is targeted. This issue has been logged as Jira bug BLZ-239. I also had to change the flex-config.xml files to list swc files from the flex/libs directory in the library-path individually. This is because when the target player version is set to 9, flex4.swc can't be in the classpath otherwise you will get compiler errors. This is a workflow issue the SDK team is aware of.

3040jvroom@adobe.com29 Aug 2008 11:42:48

Get rid of an NPE for some destinations which try to configure null values for
properties.

3037aglosban@adobe.com29 Aug 2008 09:54:15

Update flex-config.xml files used by the team and qa webapps to use the {targetPlayerMajorVersion} token instead of a hardcoded player version in the library-path and external-library-path. This will allow the correct playerglobal.swc to be located when the target player version is set in the flex-config.xml or passed to mxmlc or compc.

3034shodgson@adobe.com28 Aug 2008 18:36:01

Client network setting/compiler update for LCDS.

3027shodgson@adobe.com28 Aug 2008 14:42:58

Merge revision 3026 to trunk from branches/3.0.x

3026shodgson@adobe.com28 Aug 2008 14:35:50

Bugs: LCDS-370 - Passing user credentials from Flex app to WAS 6.1 returns java.lang.ClassCastException
QA: Yes
Doc: No

3025aglosban@adobe.com28 Aug 2008 14:24:42

Add libs/player/10 directory to the library path in the team apps flex-config.xml file. This is to matche what's in the flex-config.xml file that comes with the Flex SDK.

Add libs/player directory to the library path of the flex-config.xml file that is shared by the qa-manaul and qa-regress webapps. This is to match what's in the flex-config.xml file that comes with the sdk.

Change the call to mxmlc in the compile-swf target in the flexunit build script to set the target player version to 10.0.0.

Remove web services and http service tests that were removed by Bill from qa feature.properties files otherwise the automated test frameworks will try to run these tests and blow up.

2991matamel@adobe.com25 Aug 2008 17:00:50

Add a MultiTopicConsumer sample to team app for testing.

2989bsahlas@adobe.com25 Aug 2008 16:39:18

this should do it -- more cleanup RPC services - all non-proxy tests have now moved to SDK branch