[svn:bz-4.6_Apache] 24048: Making blazeds apache friendly.

Revision: 24048
Revision: 24048
Author:   [email protected]
Date:     2013-02-15 04:52:31 -0800 (Fri, 15 Feb 2013)
Log Message:
Making blazeds apache friendly.
Modified Paths:
    blazeds/branches/4.6_Apache/build.xml
    blazeds/branches/4.6_Apache/modules/core/build.xml
    blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/services/messaging/selector/J MSSelector.java
    blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/services/messaging/selector/J MSSelectorException.java
    blazeds/branches/4.6_Apache/modules/opt/build.xml
    blazeds/branches/4.6_Apache/qa/apps/qa-manual/WEB-INF/flex/services-config.mods.xml
    blazeds/branches/4.6_Apache/qa/apps/qa-regress/WEB-INF/flex/remoting-config.mods.xml
    blazeds/branches/4.6_Apache/qa/apps/qa-regress/WEB-INF/flex/services-config.mods.xml
Removed Paths:
    blazeds/branches/4.6_Apache/apps/team/WEB-INF/flex/jgroups-tcp.xml
    blazeds/branches/4.6_Apache/apps/team/WEB-INF/flex/jgroups-udp.xml
    blazeds/branches/4.6_Apache/lib/aspectj/
    blazeds/branches/4.6_Apache/lib/javacc.jar
    blazeds/branches/4.6_Apache/lib/jgroups-LICENSE.txt
    blazeds/branches/4.6_Apache/lib/jgroups-core-2.9.0GA.jar
    blazeds/branches/4.6_Apache/lib/spring/org.springframework.aspects-3.0.3.RELEASE.jar
    blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/cluster/JGroupsCluster.java
    blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/services/messaging/selector/N umericValue.java
    blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/services/messaging/selector/P ropertyValueComparator.java
    blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/services/messaging/selector/S QLParser.jj
    blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/services/messaging/selector/b uild.xml
    blazeds/branches/4.6_Apache/modules/opt/lib/asynchbeans.jar
    blazeds/branches/4.6_Apache/modules/opt/lib/jazncore.jar
    blazeds/branches/4.6_Apache/modules/opt/lib/jrun.jar
    blazeds/branches/4.6_Apache/modules/opt/lib/oc4j-api.jar
    blazeds/branches/4.6_Apache/modules/opt/lib/sas.jar
    blazeds/branches/4.6_Apache/modules/opt/lib/wsexception.jar
    blazeds/branches/4.6_Apache/modules/opt/src/jrun/flex/messaging/security/JRunLoginCommand .java
    blazeds/branches/4.6_Apache/qa/apps/qa-manual/WEB-INF/flex/flexqa-manifest.xml
    blazeds/branches/4.6_Apache/qa/apps/qa-manual/WEB-INF/flex/jgroups-tcp.xml
    blazeds/branches/4.6_Apache/qa/apps/qa-manual/WEB-INF/flex/jgroups-udp.xml
    blazeds/branches/4.6_Apache/qa/apps/qa-manual/WEB-INF/flex/mflexqa-manifest.xml
    blazeds/branches/4.6_Apache/qa/apps/qa-manual/proxyService/webService/bugs/174303/
    blazeds/branches/4.6_Apache/qa/apps/qa-regress/WEB-INF/flex/jgroups-tcp.xml
    blazeds/branches/4.6_Apache/qa/apps/qa-regress/WEB-INF/flex/jgroups-udp.xml
    blazeds/branches/4.6_Apache/qa/apps/qa-regress/sforce_partner.wsdl
    blazeds/branches/4.6_Apache/resources/clustering/JGroups-2.9.0.GA.src.zip
    blazeds/branches/4.6_Apache/resources/clustering/jgroups-tcp.xml
    blazeds/branches/4.6_Apache/resources/clustering/jgroups-udp.xml
    blazeds/branches/4.6_Apache/servers/apache-tomcat-6.0.29/conf/Catalina/localhost/team.xml
    blazeds/branches/4.6_Apache/servers/apache-tomcat-6.0.29/lib/jasper-jdt.jar

I am modifying the correct httpd.conf file on the server, it just doesn't seem to work. - If I put the rewrite rules in the <Directory /> the rewrite works but it adds /Library/WebServer/Documents to the URL.
I also tried putting the rewrite rules in <IfModule mod_rewrite.c> but that did not work either.
mod_rewrite is enabled and running on the server.
I will post the rewrite rules again in the code brackets. Sorry for the long post. - If some one can try them out on their Leopard Server to see if they can get them to work, it would be much appreciated. Again, these work on my Leopard Client but I can't get them to work on Server.
-- The httpd.conf file posted above is just the default conf file found in /private/etc/apache2/
<code>
RewriteEngine On
Options +FollowSymLinks
RewriteRule ^(.+)/$ http://%{HTTP_HOST}$1 [R=301, L]
RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.php(.*)\ HTTP
RewriteRule (.+)\.php(.*)$ $1$2 [R, L]]
RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.asp(.*)\ HTTP
RewriteRule (.+)\.asp(.*)$ $1$2 [R, L]]
RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.aspx(.*)\ HTTP
RewriteRule (.+)\.aspx(.*)$ $1$2 [R, L]]
RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.htm.(.)\ HTTP
RewriteRule (.+)\.htm.(.)$ $1$2 [R, L]]
RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.cfm(.*)\ HTTP
RewriteRule (.+)\.cfm(.*)$ $1$2 [R, L]]
RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.bak(.*)\ HTTP
RewriteRule (.+)\.bak(.*)$ $1$2 [R, L]]
RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.inc(.*)\ HTTP
RewriteRule (.+)\.inc(.*)$ $1$2 [R, L]]
RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\..(.)\ HTTP
RewriteRule (.+)\..(.)$ $1$2 [R, L]]
<code>

Similar Messages

  • [svn:bz-4.6_Apache] 24057: Changes for Apache donation.

    Revision: 24057
    Revision: 24057
    Author:   [email protected]
    Date:     2013-06-28 02:05:34 -0700 (Fri, 28 Jun 2013)
    Log Message:
    Changes for Apache donation.
    Modified Paths:
        blazeds/branches/4.6_Apache/adobe.header
        blazeds/branches/4.6_Apache/apps/blazeds/WEB-INF/classes/commons-logging.properties
        blazeds/branches/4.6_Apache/apps/blazeds/WEB-INF/flex/messaging-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds/WEB-INF/flex/proxy-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds/WEB-INF/flex/remoting-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds/WEB-INF/flex/services-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds/WEB-INF/web.xml
        blazeds/branches/4.6_Apache/apps/blazeds/build.xml
        blazeds/branches/4.6_Apache/apps/blazeds/index.htm
        blazeds/branches/4.6_Apache/apps/blazeds-spring/WEB-INF/classes/commons-logging.propertie s
        blazeds/branches/4.6_Apache/apps/blazeds-spring/WEB-INF/flex/messaging-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds-spring/WEB-INF/flex/proxy-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds-spring/WEB-INF/flex/remoting-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds-spring/WEB-INF/flex/services-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds-spring/WEB-INF/flex-servlet.xml
        blazeds/branches/4.6_Apache/apps/blazeds-spring/WEB-INF/spring/app-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds-spring/WEB-INF/spring/infrastructure-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds-spring/WEB-INF/spring/security-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds-spring/WEB-INF/web.xml
        blazeds/branches/4.6_Apache/apps/blazeds-spring/build.xml
        blazeds/branches/4.6_Apache/apps/blazeds-spring/index.htm
        blazeds/branches/4.6_Apache/apps/ds-console/ConsoleResultWindow.mxml
        blazeds/branches/4.6_Apache/apps/ds-console/WEB-INF/flex/services-config.xml
        blazeds/branches/4.6_Apache/apps/ds-console/WEB-INF/install-web.xml
        blazeds/branches/4.6_Apache/apps/ds-console/WEB-INF/web.xml
        blazeds/branches/4.6_Apache/apps/ds-console/build.xml
        blazeds/branches/4.6_Apache/apps/ds-console/console/ConsoleListener.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/ConsoleManager.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/ConsoleTreeDataDescriptor.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/AdvancedPanel.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/AdvancedPanelDisplay.mxml
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/DefaultPanel.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/DefaultPanelDisplay.mxml
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/DestinationManager.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/DestinationManagerDisplay. mxml
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/EndpointManager.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/EndpointManagerDisplay.mxm l
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/LogManager.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/LogManagerDisplay.mxml
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/Operation.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/OperationSet.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/PollableAttributeChart.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/ServerManager.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/ServerManagerDisplay.mxml
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/UpdateListener.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/UpdateManager.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/data/Bindable3DHashMap.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/events/ManagementOperationInvokeEvent .as
        blazeds/branches/4.6_Apache/apps/ds-console/console.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex/messaging-config.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex/proxy-config.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex/remoting-config.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex/services-config.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/dashboard/build.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/dashboard/src/RegionBreakdown.m xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/dashboard/src/RegionDetail.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/dashboard/src/RevenueTimeline.m xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/dashboard/src/SortUtils.as
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/dashboard/src/dashboard.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/dashboard/src/main.css
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/inventory/build.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/inventory/src/Product.as
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/inventory/src/ProductForm.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/inventory/src/SearchPopup.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/inventory/src/inventory.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/inventory/src/styles.css
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/runtimeconfig-messaging/build.x ml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/runtimeconfig-messaging/src/Cha tPanel.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/runtimeconfig-messaging/src/mai n.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/runtimeconfig-remoting/build.xm l
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/runtimeconfig-remoting/src/main .mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-101/build.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-101/src/ProductView.m xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-101/src/Thumb.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-101/src/main.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-101/src/testdrive.css
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-chat/build.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-chat/src/main.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-datapush/build.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-datapush/src/main.mxm l
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-datapush/src/startfee d.jsp
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-datapush/src/stopfeed .jsp
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-httpservice/build.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-httpservice/src/catal og.jsp
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-httpservice/src/main. mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-remoteobject/build.xm l
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-remoteobject/src/main .mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-update/build.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-update/src/Product.as
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-update/src/ProductFor m.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-update/src/main.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-webservice/build.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-webservice/src/main.m xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/traderdesktop/build.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/traderdesktop/src/BackgroundCol orRenderer.as
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/traderdesktop/src/ColorRenderer .as
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/traderdesktop/src/main.css
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/traderdesktop/src/samples/portf olio/Stock.as
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/traderdesktop/src/startfeed.jsp
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/traderdesktop/src/stopfeed.jsp
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/traderdesktop/src/traderdesktop .mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/ConnectionHelper.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/DAOException.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/DatabaseCheckService.ja va
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/crm/ConcurrencyExceptio n.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/crm/DAOException.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/crm/company/Company.jav a
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/crm/company/CompanyDAO. java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/crm/employee/Employee.j ava
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/crm/employee/EmployeeDA O.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/dcd/product/Product.jav a
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/dcd/product/ProductServ ice.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/feed/Feed.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/marketdata/Feed.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/marketdata/Portfolio.ja va
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/marketdata/Stock.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/product/Product.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/product/ProductService. java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/qos/CustomDelayQueuePro cessor.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/qos/FlexClientConfigSer vice.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/runtimeconfig/ChatRoomS ervice.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/runtimeconfig/EmployeeR untimeRemotingDestination.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/web.xml
        blazeds/branches/4.6_Apache/apps/samples/build.xml
        blazeds/branches/4.6_Apache/apps/samples/fb-project-setup.htm
        blazeds/branches/4.6_Apache/apps/samples/index.htm
        blazeds/branches/4.6_Apache/apps/samples/main.css
        blazeds/branches/4.6_Apache/apps/samples/testdrive.htm
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/classes/commons-logging.propertie s
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex/messaging-config.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex/proxy-config.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex/remoting-config.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex/services-config.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-servlet.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/.actionScriptProper ties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/.flexProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/.settings/org.eclip se.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/html-template/histo ry/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/html-template/histo ry/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/html-template/histo ry/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/html-template/index .template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/html-template/swfob ject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/src/chat.mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/.actionScr iptProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/.flexPrope rties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/.settings/ org.eclipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/html-templ ate/history/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/html-templ ate/history/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/html-templ ate/history/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/html-templ ate/index.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/html-templ ate/swfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/src/Custom er.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/src/collab oration.mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/.actionScript Properties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/.flexProperti es
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/.settings/org .eclipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/html-template /history/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/html-template /history/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/html-template /history/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/html-template /index.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/html-template /swfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/src/BindableC omboBox.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/src/Company.a s
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/src/CompanyEv ent.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/src/CompanyFo rm.mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/src/Industry. as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/src/companymg r.mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/.actionScrip tProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/.flexPropert ies
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/.settings/or g.eclipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/html-templat e/history/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/html-templat e/history/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/html-templat e/history/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/html-templat e/index.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/html-templat e/swfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/src/feedstar ter.mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/.actionScriptPr operties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/.flexProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/.settings/org.e clipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/html-template/h istory/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/html-template/h istory/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/html-template/h istory/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/html-template/i ndex.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/html-template/s wfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/src/insync01.mx ml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/.actionScriptPr operties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/.flexProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/.settings/org.e clipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/html-template/h istory/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/html-template/h istory/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/html-template/h istory/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/html-template/i ndex.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/html-template/s wfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/src/insync02.mx ml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/.actionScriptPr operties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/.flexProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/.settings/org.e clipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/html-template/h istory/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/html-template/h istory/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/html-template/h istory/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/html-template/i ndex.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/html-template/s wfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/src/Contact.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/src/ContactForm .mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/src/insync03.mx ml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/.actionScriptPr operties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/.flexProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/.settings/org.e clipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/html-template/h istory/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/html-template/h istory/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/html-template/h istory/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/html-template/i ndex.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/html-template/s wfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/src/Contact.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/src/ContactForm .mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/src/insync04.mx ml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/.actionScriptPr operties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/.flexProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/.settings/org.e clipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/html-template/h istory/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/html-template/h istory/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/html-template/h istory/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/html-template/i ndex.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/html-template/s wfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/src/Contact.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/src/ContactForm .mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/src/insync05.mx ml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/.actionScriptPr operties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/.flexProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/.settings/org.e clipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/html-template/h istory/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/html-template/h istory/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/html-template/h istory/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/html-template/i ndex.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/html-template/s wfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/src/Contact.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/src/ContactEven t.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/src/ContactForm .mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/src/insync06.mx ml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/.actionScript Properties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/.flexProperti es
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/.settings/org .eclipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/html-template /history/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/html-template /history/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/html-template /history/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/html-template /index.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/html-template /swfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/src/simplepus h.mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/.acti onScriptProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/.flex Properties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/.proj ect
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/.sett ings/org.eclipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/build .xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/html- template/history/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/html- template/history/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/html- template/history/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/html- template/index.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/html- template/swfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/src/M ain.mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/.actionScriptProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/.flexProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/.settings/org.eclipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/html-template/history/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/html-template/history/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/html-template/history/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/html-template/index.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/html-template/swfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/src/Main.mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/.actionScr iptProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/.flexPrope rties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/.settings/ org.eclipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/html-templ ate/history/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/html-templ ate/history/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/html-templ ate/history/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/html-templ ate/index.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/html-templ ate/swfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/src/Backgr oundColorRenderer.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/src/ColorR enderer.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/src/org/sp ringframework/flex/samples/marketfeed/Stock.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/src/trader desktop.mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/spring/app-config.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/spring/infrastructure-config.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/spring/security-config.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/src/spring-samples/.classpath
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/src/spring-samples/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/src/spring-samples/.settings/org. eclipse.jdt.core.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/src/spring-samples/src/org/spring framework/flex/samples/secured/Security3Helper.java
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/web.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/index.html
        blazeds/branches/4.6_Apache/apps/samples-spring/login.jsp
        blazeds/branches/4.6_Apache/apps/samples-spring/main.css
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/flex/global.css
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/flex/messaging-config.xml
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/flex/proxy-config.xml
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/flex/remoting-config.xml
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/flex/services-config.xml
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/bootstrapservices/HTTPProxyBoo tstrapService.java
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/bootstrapservices/MessagingBoo tstrapService.java
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/bootstrapservices/RemotingBoot strapService.java
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/messaging/customadapter/Custom ActionscriptAdapter.java
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/messaging/serverpush/ServerPus hService.java
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/remoting/AMFConnectionTest.jav a
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/remoting/EchoService.java
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/remoting/externalizable/Extern alizableClass.java
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/runtimeconfig/RuntimeConfigura tor.java
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/validators/deserialization/Cla ssLoggingDeserializationValidator.java
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/validators/deserialization/Tes tDeserializationValidator.java
        blazeds/branches/4.6_Apache/apps/team/build.xml
        blazeds/branches/4.6_Apache/apps/team/features/ajax/messaging/TextMessage.html
        blazeds/branches/4.6_Apache/apps/team/features/ajax/messaging/TextMessage.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/cluster/messaging_AMF_Poll_Clust er.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/cluster/messaging_HTTP_Poll_Clus ter.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/cluster/messaging_SecureAMF_Poll _Cluster.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/cluster/messaging_SecureHTTP_Pol l_Cluster.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/customadapter/messaging_CustomAd apter.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/discardedMessaging.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/jms/messaging_AMF_LongPoll_JMS_T opic.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/jms/messaging_AMF_Poll_JMS_Queue .mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/jms/messaging_AMF_Poll_JMS_Topic .mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/jms/messaging_HTTP_Poll_JMS_Queu e.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/jms/messaging_HTTP_Poll_JMS_Topi c.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/messaging_AMF.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/messaging_AMF_LongPoll.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/messaging_AMF_Piggyback.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/messaging_AMF_Poll.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/messaging_AMF_Stream.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/messaging_HTTP.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/messaging_HTTP_LongPoll.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/messaging_HTTP_Piggyback.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/messaging_HTTP_Poll.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/messaging_HTTP_Stream.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/multipleendpoints/messaging_AMFL ongPoll_and_SecureAMFLongPoll.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/multipleendpoints/messaging_Secu reAMFLongPoll_and_AMFStream.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/multipleendpoints/messaging_two_ AMFLongPoll_Endpoints.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/secure/messaging_SecureAMF.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/secure/messaging_SecureHTTP.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/selector/messaging_AMF_Poll_JMS_ Queue_Selector.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/selector/messaging_AMF_Poll_Sele ctor.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/selector/messaging_HTTP_Poll_Sel ector.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/sendsubscribeconstraint/messagin g_AMF_LongPoll_SendSubscribeConstraint.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/sendsubscribeconstraint/messagin g_AMF_Poll_SendSubscribeConstraint.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/sendsubscribeconstraint/messagin g_AMF_Stream_SendSubscribeConstraint.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/sendsubscribeconstraint/messagin g_HTTP_Poll_SendSubscribeConstraint.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/subtopic/messaging_AMF_Poll_Subt opic.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/subtopic/messaging_AMF_Stream_Mu ltiSubtopic.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/subtopic/messaging_HTTP_Poll_Sub topic.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/throttle/messaging_ThrottleInbou nd.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/throttle/messaging_ThrottleOutbo und.mxml
        blazeds/branches/4.6_Apache/apps/team/features/remoting/externalizable/ExternalizableClas s.as
        blazeds/branches/4.6_Apache/apps/team/features/remoting/externalizable/remoting_Externali zable.mxml
        blazeds/branches/4.6_Apache/apps/team/features/remoting/filteredAckRemoting.mxml
        blazeds/branches/4.6_Apache/apps/team/features/remoting/filteredFaultRemoting.mxml
        blazeds/branches/4.6_Apache/apps/team/features/remoting/remoting_AMF.mxml
        blazeds/branches/4.6_Apache/apps/team/features/remoting/remoting_AMFX.mxml
        blazeds/branches/4.6_Apache/apps/team/features/remoting/remoting_AMF_Dictionary.mxml
        blazeds/branches/4.6_Apache/apps/team/features/remoting/remoting_AMF_Legacy.mxml
        blazeds/branches/4.6_Apache/apps/team/features/remoting/remoting_AMF_ReadOnly.mxml
        blazeds/branches/4.6_Apache/apps/team/features/remoting/remoting_AMF_Vector.mxml
        blazeds/branches/4.6_Apache/apps/team/features/runtimeconfig/runtimeconfig_MessageDestina tion.mxml
        blazeds/branches/4.6_Apache/apps/team/features/runtimeconfig/runtimeconfig_MessageDestina tionWithJMS.mxml
        blazeds/branches/4.6_Apache/apps/team/features/security-constraints/securityConstraint_Ba sic.mxml
        blazeds/branches/4.6_Apache/apps/team/features/security-constraints/securityConstraint_Cu stom.mxml
        blazeds/branches/4.6_Apache/apps/team/features/security-constraints/securityConstraint_Le gacy.mxml
        blazeds/branches/4.6_Apache/apps/team/features/withoutui/messaging_withoutUI.as
        blazeds/branches/4.6_Apache/apps/team/features/withoutui/remoting_withoutUI.as
        blazeds/branches/4.6_Apache/build.properties
        blazeds/branches/4.6_Apache/build.xml
        blazeds/branches/4.6_Apache/collateral/blazeds-bin-readme.htm
        blazeds/branches/4.6_Apache/collateral/blazeds-src-readme.htm
        blazeds/branches/4.6_Apache/collateral/blazeds-turnkey-readme.htm
        blazeds/branches/4.6_Apache/development/IDEA/projects/java/BlazeDS.ipr
        blazeds/branches/4.6_Apache/development/IDEA/projects/java/blazeds.xml
        blazeds/branches/4.6_Apache/development/IDEA/projects/java/common.iml
        blazeds/branches/4.6_Apache/development/IDEA/projects/java/core.iml
        blazeds/branches/4.6_Apache/development/IDEA/projects/java/opt.iml
        blazeds/branches/4.6_Apache/development/IDEA/projects/java/proxy.iml
        blazeds/branches/4.6_Apache/development/IDEA/projects/java/remoting.iml
        blazeds/branches/4.6_Apache/development/eclipse/projects/flex/3.0/framework/.actionScript Properties
        blazeds/branches/4.6_Apache/development/eclipse/projects/flex/3.0/framework/.flexLibPrope rties
        blazeds/branches/4.6_Apache/development/eclipse/projects/flex/3.0/framework/.project
        blazeds/branches/4.6_Apache/development/eclipse/projects/flex/3.0/framework/.settings/org .eclipse.core.resources.prefs
        blazeds/branches/4.6_Apache/development/eclipse/projects/flex/3.0/rpc/.actionScriptProper ties
        blazeds/branches/4.6_Apache/development/eclipse/projects/flex/3.0/rpc/.flexLibProperties
        blazeds/branches/4.6_Apache/development/eclipse/projects/flex/3.0/rpc/.project
        blazeds/branches/4.6_Apache/development/eclipse/projects/flex/3.0/rpc/.settings/org.eclip se.core.resources.prefs
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-common/.classpath
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-common/.project
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-common/.settings/or g.eclipse.jdt.core.prefs
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-core/.classpath
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-core/.project
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-core/.settings/org. eclipse.jdt.core.prefs
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-opt/.classpath
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-opt/.settings/org.e clipse.jdt.core.prefs
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-proxy/.classpath
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-proxy/.project
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-proxy/.settings/org .eclipse.jdt.core.prefs
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-remoting/.classpath
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-remoting/.project
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-remoting/.settings/ org.eclipse.jdt.core.prefs
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-team.war/.actionScr iptProperties
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-team.war/.classpath
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-team.war/.flexPrope rties
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-team.war/.project
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/formatter.xml
        blazeds/branches/4.6_Apache/lib/commons-logging.properties
        blazeds/branches/4.6_Apache/modules/common/build.xml
        blazeds/branches/4.6_Apache/modules/common/src/flex/graphics/ImageSnapshot.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/graphics/package-info.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/LocalizedException.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/AbstractConfiguratio nParser.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/AdapterSettings.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ApacheXPathClientCon figurationParser.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ChannelSettings.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ClientConfiguration. java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ClientConfigurationP arser.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ClusterSettings.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ConfigMap.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ConfigurationConstan ts.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ConfigurationExcepti on.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ConfigurationFileRes olver.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ConfigurationParser. java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/DestinationSettings. java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/FlexClientSettings.j ava
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/LocalFileResolver.ja va
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/LoggingSettings.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/LoginCommandSettings .java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/PropertiesSettings.j ava
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/SecurityConstraint.j ava
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ServiceSettings.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ServicesConfiguratio n.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ServicesDependencies .java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/TargetSettings.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/TokenReplacer.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/XPathClientConfigura tionParser.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/errors.properties
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/log/AbstractTarget.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/log/ConsoleTarget.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/log/LineFormattedTarget.jav a
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/log/Log.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/log/LogCategories.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/log/LogEvent.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/log/Logger.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/log/Target.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/BasicPrettyPrinter.jav a
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/ExceptionUtil.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/FileUtils.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/LocaleUtils.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/ObjectTrace.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/PrettyPrintable.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/PrettyPrinter.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/PropertyStringResource Loader.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/ResourceLoader.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/StringUtils.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/UUIDUtils.java
        blazeds/branches/4.6_Apache/modules/core/AdobeInfo.xml
        blazeds/branches/4.6_Apache/modules/core/build.xml
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/BaseControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/BaseControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/MBeanLifecycleManager.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/MBeanServerLocator.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/MBeanServerLocatorFactory.ja va
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/Manageable.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/ManageableComponent.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/ManagementException.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/PlatformMBeanServerLocator.j ava
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/jmx/Attribute.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/jmx/MBeanAttributeInfo.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/jmx/MBeanConstructorInfo.jav a
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/jmx/MBeanInfo.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/jmx/MBeanOperationInfo.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/jmx/MBeanParameterInfo.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/jmx/MBeanServerGateway.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/jmx/ObjectInstance.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/jmx/ObjectName.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/jmx/package-info.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/package-info.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/AdminConsoleDisplayR egistrar.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/AdminConsoleDisplayR egistrarMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/AdminConsoleTypes.ja va
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/Destinatio nControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/Destinatio nControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/MessageBro kerControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/MessageBro kerControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/MessageDes tinationControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/MessageDes tinationControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/client/Fle xClientManagerControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/client/Fle xClientManagerControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/client/pac kage-info.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ AMFEndpointControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ AMFEndpointControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ EndpointControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ EndpointControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ HTTPEndpointControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ HTTPEndpointControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ PollingEndpointControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ PollingEndpointControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ StreamingAMFEndpointControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ StreamingAMFEndpointControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ StreamingEndpointControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ StreamingEndpointControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ StreamingHTTPEndpointControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ StreamingHTTPEndpointControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ package-info.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/log/LogCon trol.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/log/LogCon trolMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/log/LogMan ager.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/log/packag e-info.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/package-in fo.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/M essageServiceControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/M essageServiceControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/S erviceAdapterControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/S erviceAdapterControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/S erviceControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/S erviceControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/m essaging/SubscriptionManagerControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/m essaging/SubscriptionManagerControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/m essaging/ThrottleManagerControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/m essaging/ThrottleManagerControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/m essaging/adapters/ActionScriptAdapterControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/m essaging/adapters/ActionScriptAdapterControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/m essaging/adapters/JMSAdapterControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/m essaging/adapters/JMSAdapterControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/m essaging/adapters/package-info.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/m essaging/package-info.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/p ackage-info.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/package-info.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/AbstractConnectionAwareSessio n.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/AbstractFlexSessionProvider.j ava
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/ConnectionAwareSession.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/Destination.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/DestructibleFlexFactory.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FactoryDestination.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FactoryInstance.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexComponent.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexConfigurable.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexContext.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexFactory.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexRemoteCredentials.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexSession.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexSessionAttributeListener. java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexSessionBindingEvent.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexSessionBindingListener.ja va
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexSessionConnectivityEvent. java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexSessionConnectivityListen er.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexSessionListener.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexSessionManager.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/HttpFlexSession.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/HttpFlexSessionProvider.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/MessageBroker.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/MessageBrokerServlet.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/MessageClient.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/MessageClientListener.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/MessageDestination.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/MessageException.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/MessageRoutedEvent.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/MessageRoutedListener.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/MessageRoutedNotifier.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/Server.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/ServiceValidationListener.jav a
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/VersionInfo.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/AsyncPollHandler.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/EndpointPushHandler.ja va
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/EndpointPushNotifier.j ava
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/FlexClient.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/FlexClientAttributeLis tener.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/FlexClientBindingEvent .java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/FlexClientBindingListe ner.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/FlexClientListener.jav a
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/FlexClientManager.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/FlexClientNotSubscribe dException.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/FlexClientOutboundQueu eProcessor.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/FlushResult.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/OutboundQueueThrottleM anager.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/PollFlushResult.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/PollWaitListener.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging

    imho i don´t think FB4.5 had SVN installed - would be nice!
    I just updated my FB4.6 prerelease to the release version and installed subclipse 1.6 via "install new software"....seems to work!
    Did you uninstall FB before updating?

  • [svn:bz-4.6_Apache] 24058: Added rds source to the Apache branch.

    Revision: 24058
    Revision: 24058
    Author:   [email protected]
    Date:     2013-09-11 01:04:36 -0700 (Wed, 11 Sep 2013)
    Log Message:
    Added rds source to the Apache branch.
    Modified Paths:
        blazeds/branches/4.6_Apache/build.xml
    Added Paths:
        blazeds/branches/4.6_Apache/modules/rds/
        blazeds/branches/4.6_Apache/modules/rds/build.xml
        blazeds/branches/4.6_Apache/modules/rds/lib/
        blazeds/branches/4.6_Apache/modules/rds/lib/servlet-2_3-fcs-classfiles.zip
        blazeds/branches/4.6_Apache/modules/rds/src/
        blazeds/branches/4.6_Apache/modules/rds/src/flex/
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/MetaHeader.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/RdsCmdProcessor.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/RdsGlobals.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/RdsHttpRequestFormatter.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/RdsHttpResponseFormatter.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/RdsRequest.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/RdsResponse.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/RdsServlet.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/BlazeRDSServletInit.j ava
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/FBServicesServlet.jav a
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/FrontEndServlet.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/IRDSServletInit.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/IdeDefaultServlet.jav a
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/RdsCmdProcessorCompos iteServlet.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/ArgumentInfo .java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/AttributeInf o.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/DelegatedInt rospector.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/DestinationM etaData.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/EntityInfo.j ava
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/FunctionInfo .java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/JavaDestinat ionReader.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/JavaIntrospe ctor.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/JavaIntrospe ctorConstants.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/JavaIntrospe ctorUtil.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/JavatoFiberT ypeMap.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/LCDSIntrospe ctionException.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/ModelInfo.ja va
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/PropertyStru cture.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/ServiceInfo. java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/ServiceMetaD ata.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/TypeInfo.jav a
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/TypeIntrospe ctor.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/TypeIntrospe ctorFactory.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/TypeNames.ja va
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/internal/resource.pro perties
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/servlet/resource.properties
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/util/
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/util/Encryptor.java
        blazeds/branches/4.6_Apache/modules/rds/src/flex/rds/server/util/RB.java
    Removed Paths:
        blazeds/branches/4.6_Apache/lib/flex-rds-server.jar

    Thanks for your help.
    I discovered that there was an issue with the virtual host config files. I am not sure why but the problem passed the Apache startup routine. I discovered the offending VH config file by turning them all off and reactivating them one at a time. The real head scratcher is why I couldn't scan or ping port 80 during the problem.

  • Apache Friends

    Hi People
    I have instaled Apache Friends to use as a testing server on
    Windows XP but have no idea how to set up Dreamweaver to use it.
    Where is the root folder? and how do i set up and store my files in
    order to test them dynamicly.
    Regards Baz

    Baz J wrote:
    > Yep i found Apache Friends easy to install but cannot
    find a decent set of
    > instructions on how to use it. The page Tom has directed
    me to is a FAQ Page
    > but doesn't answer the questions i have so thats no good
    to me. I also note
    > that if i install seperate Apache Mysql and PHP a lot
    more people have the
    > answers i need. I do not want to get into databases just
    yet i just need to
    > test php scripts localy. If i could find a tutor near me
    i would pay a couple
    > of hundred pounds just to get me started. Thanks Gary,
    David and Tom.
    Hiring a tutor is what I call common sense. I never have, but
    if I could
    do it all over again, I would definitely hire someone to help
    me set up
    Apache, PHP and MySQL, create virtual servers and a database
    and publish
    some samples online. As David Powers said, it isn't rocket
    science, but
    it can be one Hell of a wrestling match, and a tutor could
    probably
    teach you in a few hours what it would normally take weeks or
    even
    months to accomplish.
    I use ApacheFriends myself. I found it relatively easy to
    install,
    though I had to install it several times before I got it
    right. I can't
    remember if my latest is a standard installation or if I
    tinkered with
    it, but this is what I've got...
    First, my websites are in a folder on the C drive named
    "sites." For
    example, my website Geobop is in this folder:
    C:/sites/Geobop
    And I can preview the home page at...
    C:/sites/Geobop/index.php
    I also installed ApacheFriends on the C drive:
    C:/apachefriends/
    Here are the locations of some key folders:
    C:/apachefriends/xampp/apache
    C:/apachefriends/xampp/htdocs
    C:/apachefriends/xampp/php
    To create virtual servers for testing my websites, I modified
    the
    following file:
    C:/apachefriends/xampp/apache/conf/httpd
    I added the following to set up the websites c:\sites\Geobop
    and
    c:\sites\DB:
    NameVirtualHost *:80
    <VirtualHost *:80>
    ServerName geobop
    ServerAlias geobop *.geobop
    DocumentRoot c:\sites\geobop
    </VirtualHost>
    <VirtualHost *:80>
    ServerName david
    ServerAlias db *.db
    DocumentRoot c:\sites\db
    </VirtualHost>
    (Apparently, they aren't case sensitive.)
    Then I navigated to the following file:
    C:\WINDOWS\system32\drivers\etc\hosts
    I opened the file with Notepad and added the following lines
    of code:
    127.0.0.1 localhost
    127.0.0.1 DB
    127.0.0.1 Geobop
    Actually, I have a couple dozen websites logged in, following
    the same
    pattern - 127.0.0.1, followed by the name of a folder in my
    "sites" folder.
    You have to restart your computer before it takes effect.
    Then you could
    preview the home page of Geobop at
    http://Geobop, rather than
    C:/sites/Geobop/index.php
    But you have to get your Apache server up and running first.
    That was
    one of the most confusing tasks, as I recall.

  • [svn:bz-4.6_Apache] 24055: Added changelog for donation to Apache.

    Revision: 24055
    Revision: 24055
    Author:   [email protected]
    Date:     2013-05-28 02:22:00 -0700 (Tue, 28 May 2013)
    Log Message:
    Added changelog for donation to Apache.
    Modified Paths:
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/src/spring-samples/src/org/spring framework/flex/samples/contact/ContactDAO.java
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/src/spring-samples/src/org/spring framework/flex/samples/marketfeed/MarketFeed.java
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/src/spring-samples/src/org/spring framework/flex/samples/simplefeed/SimpleFeed.java
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/src/spring-samples/src/org/spring framework/flex/samples/util/DatabaseInitializer.java

    imho i don´t think FB4.5 had SVN installed - would be nice!
    I just updated my FB4.6 prerelease to the release version and installed subclipse 1.6 via "install new software"....seems to work!
    Did you uninstall FB before updating?

  • [svn:bz-4.6_Apache] 24056: Added changelog for donation to Apache.

    Revision: 24056
    Revision: 24056
    Author:   [email protected]
    Date:     2013-05-28 03:31:12 -0700 (Tue, 28 May 2013)
    Log Message:
    Added changelog for donation to Apache.
    Modified Paths:
        blazeds/branches/4.6_Apache/modules/proxy/src/flex/messaging/services/http/httpclient/Eas ySSLProtocolSocketFactory.java
        blazeds/branches/4.6_Apache/modules/proxy/src/flex/messaging/services/http/httpclient/Eas yX509TrustManager.java

    imho i don´t think FB4.5 had SVN installed - would be nice!
    I just updated my FB4.6 prerelease to the release version and installed subclipse 1.6 via "install new software"....seems to work!
    Did you uninstall FB before updating?

  • [svn:bz-4.6_Apache] 24027: Removing weblogic. jar as it cannot be open sourced.

    Revision: 24027
    Revision: 24027
    Author:   [email protected]
    Date:     2012-07-31 06:09:32 -0700 (Tue, 31 Jul 2012)
    Log Message:
    Removing weblogic.jar as it cannot be open sourced.
    Removed Paths:
        blazeds/branches/4.6_Apache/modules/opt/lib/weblogic.jar

    maybe this helps:
    => regarding <BEA-000388>: Article-ID [1065385.1] in MOS
    => regarding <BEA-090065>: Article-ID [955853.1] in MOS
    Edited by: VivaLaVida on 03.02.2011 07:42

  • [svn:bz-4.6_Apache] 24049: Correcting typo

    Revision: 24049
    Revision: 24049
    Author:   [email protected]
    Date:     2013-02-15 05:00:22 -0800 (Fri, 15 Feb 2013)
    Log Message:
    Correcting typo
    Modified Paths:
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/services/messaging/selector/J MSSelector.java

    Your problem sounds similar to this one, except that they're using software raid rather than just pure LVM. If you're using an initrd, you may not have the appropriate modules installed. If you're not using an initrd, then the kernel probably needs LVM support compiled in (not as a module) and could be solved by fixing that. I have never used the ck-patchset, but this should give you an additional data point.
    Also comment=systemd.automount will be deprecated soon as I understand it; if you have a need for automounting, x-systemd.automount should be used instead.

  • [svn] 4291: Merge SDK fix to BlazeDS

    Revision: 4291
    Author: [email protected]
    Date: 2008-12-11 14:25:13 -0800 (Thu, 11 Dec 2008)
    Log Message:
    Merge SDK fix to BlazeDS
    Bug: BLZ-288 - Consumer is only receiving first pushed message when Consumer and RemoteObject that is used to push the messages use different channel sets but same channel.
    QA: Yes
    Doc: No
    Checkintests Pass: Yes
    Details:
    * The bug app was arguably generating bogus test data (messages with duplicate ids), and 99.9% of applications won't be configured this way (using multiple ChannelSets with overlapping Channels, pointing at the same server) but it's still worth making this work just right anyways.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-288
    Modified Paths:
    blazeds/trunk/frameworks/local-swcs/rpc.swc

  • [svn:bz-4.6_Apache] 24050: JMS dependency on activemq-core-5.3.1 jar

    Revision: 24050
    Revision: 24050
    Author:   [email protected]
    Date:     2013-02-17 22:49:24 -0800 (Sun, 17 Feb 2013)
    Log Message:
    JMS dependency on activemq-core-5.3.1 jar
    Ticket Links:
        http://bugs.adobe.com/jira/browse/core-5
    Added Paths:
        blazeds/branches/4.6_Apache/modules/core/lib/activemq-core-5.3.1.jar

    yum install should resolve the dependencies.
    Do you remember what all you installed using yum? (I can't remember all of them )
    When you launch the installer and then click on the one which shows cannot be installed it'll show you what all are needed for that component.
    Make a note of them and perform a yum install for each of them. What I did was i installed them and repeatedly launched installtool.sh till all dependencies were marked as passed.
    Regards
    Celvin
    http://www.orahyplabs.com

  • [svn] 4637: Update config testsuite on blazeds/ trunk to run mxunit tests for a configuration if there are any mxunit tests found in the configuration test directory .

    Revision: 4637
    Author: [email protected]
    Date: 2009-01-23 04:40:16 -0800 (Fri, 23 Jan 2009)
    Log Message:
    Update config testsuite on blazeds/trunk to run mxunit tests for a configuration if there are any mxunit tests found in the configuration test directory. Change some things around in the mxunit build.xml to make this possible, mainly allow things like test directory, reports directory etc. to be passed in as ant properties.
    Add browserServer.jar to the qa-regress-sdk.zip file used for regression runs.
    Update blazeds/trunk to use the latest qa-frameworks.zip.
    Checkintests: passed
    Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/build.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/build.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/build.xml
    blazeds/trunk/qa/resources/frameworks/qa-frameworks.zip

    Just checked but could only find this thread Unable to run ADFBC JUNIT Test Classes with JDEV11G 11.1.1.6
    As it's also dealing with junit and 11.1.1.6.0 you might want to read it.
    Timo

  • [svn:fx-trunk] 13293: When making the halo - mx namespace changes we missed the following edits in revision 12635.

    Revision: 13293
    Revision: 13293
    Author:   [email protected]
    Date:     2010-01-05 17:07:48 -0800 (Tue, 05 Jan 2010)
    Log Message:
    When making the halo -> mx namespace changes we missed the following edits in revision 12635. The mxml-manifest.xml describes the contents of the legacy Flex 3 MXML 2006 namespace and the presence of this file is required by Flash Builder. The mx-manifest.xml describes the contents of the MX Component Library namespace. From MXML 2009 onwards it does not include the built-in ActionScript types (those are language elements in the MXML 2009 language namespace).
    QE notes: N/A
    Doc notes: N/A
    Bugs:
    SDK-24568 - Remove obsolete library://ns.adobe.com/flex/halo mapping from frameworks flex-config.xml and air-config.xml
    Reviewer: Kevin
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24568
    Modified Paths:
        flex/sdk/trunk/frameworks/air-config.xml
        flex/sdk/trunk/frameworks/flex-config.xml
        flex/sdk/trunk/frameworks/mx-manifest.xml
        flex/sdk/trunk/frameworks/mxml-manifest.xml
        flex/sdk/trunk/webapps/webtier/WEB-INF/flex/flex-config.xml

  • [svn] 3906: Merge change 3905 from BlazeDS trunk to 3.0.x

    Revision: 3906
    Author: [email protected]
    Date: 2008-10-27 11:04:03 -0700 (Mon, 27 Oct 2008)
    Log Message:
    Merge change 3905 from BlazeDS trunk to 3.0.x
    Modified Paths:
    blazeds/branches/3.0.x/apps/team/WEB-INF/flex/messaging-config.xml
    blazeds/branches/3.0.x/apps/team/WEB-INF/flex/services-config.xml
    blazeds/branches/3.0.x/apps/team/features/messaging/multipleendpoints/messaging_AMFLongPo ll_and_SecureAMFLongPoll.mxml
    blazeds/branches/3.0.x/apps/team/features/messaging/multipleendpoints/messaging_SecureAMF LongPoll_and_AMFStream.mxml
    blazeds/branches/3.0.x/apps/team/features/messaging/multipleendpoints/messaging_two_AMFLo ngPoll_Endpoints.mxml
    Added Paths:
    blazeds/branches/3.0.x/apps/team/features/messaging/multipleendpoints/

  • [svn:bz-trunk] 15259: Update the blazeds-core Eclipse project . classpath to point to the new jgroups jar

    Revision: 15259
    Revision: 15259
    Author:   [email protected]
    Date:     2010-04-07 10:23:37 -0700 (Wed, 07 Apr 2010)
    Log Message:
    Update the blazeds-core Eclipse project .classpath to point to the new jgroups jar
    Modified Paths:
        blazeds/trunk/development/eclipse/projects/java/blazeds-core/.classpath

    Revision: 15259
    Revision: 15259
    Author:   [email protected]
    Date:     2010-04-07 10:23:37 -0700 (Wed, 07 Apr 2010)
    Log Message:
    Update the blazeds-core Eclipse project .classpath to point to the new jgroups jar
    Modified Paths:
        blazeds/trunk/development/eclipse/projects/java/blazeds-core/.classpath

  • [svn:bz-4.x] 15534: Update BlazeDS/4.x branch to build with Flex SDK4.

    Revision: 15534
    Revision: 15534
    Author:   [email protected]
    Date:     2010-04-17 05:17:40 -0700 (Sat, 17 Apr 2010)
    Log Message:
    Update BlazeDS/4.x branch to build with Flex SDK4. This branch now builds with Flex SDK4 by default. This was just a merge of changelist 15508 from BlazeDS/trunk to BlazeDS/4.x. 
    Modified Paths:
        blazeds/branches/4.x/apps/ds-console/build.xml
        blazeds/branches/4.x/apps/ds-console/console.mxml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/dashboard/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/inventory/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/runtimeconfig-messaging/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/runtimeconfig-remoting/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/testdrive-101/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/testdrive-chat/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/testdrive-datapush/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/testdrive-httpservice/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/testdrive-remoteobject/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/testdrive-update/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/testdrive-webservice/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/traderdesktop/build.xml
        blazeds/branches/4.x/apps/samples/build.xml
        blazeds/branches/4.x/apps/team/build.xml
        blazeds/branches/4.x/build.properties
        blazeds/branches/4.x/build.xml
        blazeds/branches/4.x/modules/proxy/build.xml
        blazeds/branches/4.x/modules/remoting/build.xml
        blazeds/branches/4.x/modules/sdk/build.xml
        blazeds/branches/4.x/qa/apps/qa-manual/build.xml
        blazeds/branches/4.x/qa/apps/qa-regress/build.xml
        blazeds/branches/4.x/qa/resources/webtier/build.xml
        blazeds/branches/4.x/qa/resources/webtier/flex_sdk_4/air-config.xml
        blazeds/branches/4.x/qa/resources/webtier/flex_sdk_4/flex-config.xml
    Added Paths:
        blazeds/branches/4.x/resources/flex_sdk/dmv/
        blazeds/branches/4.x/resources/flex_sdk/dmv/datavisualization.swc
        blazeds/branches/4.x/resources/flex_sdk/dmv/locale/
        blazeds/branches/4.x/resources/flex_sdk/dmv/locale/en_US/
        blazeds/branches/4.x/resources/flex_sdk/dmv/locale/en_US/datavisualization_rb.swc
        blazeds/branches/4.x/resources/flex_sdk/dmv/locale/ja_JP/
        blazeds/branches/4.x/resources/flex_sdk/dmv/locale/ja_JP/datavisualization_rb.swc
    Removed Paths:
        blazeds/branches/4.x/apps/team/WEB-INF/flex/flex-config.xml
        blazeds/branches/4.x/apps/team/WEB-INF/flex/flex-webtier-config.xml
        blazeds/branches/4.x/frameworks/libs/datavisualization.swc
        blazeds/branches/4.x/frameworks/locale/en_US/
        blazeds/branches/4.x/frameworks/locale/ja_JP/
        blazeds/branches/4.x/resources/flex_sdk/dmv/datavisualization.swc
        blazeds/branches/4.x/resources/flex_sdk/dmv/locale/
        blazeds/branches/4.x/resources/flex_sdk/dmv/locale/en_US/
        blazeds/branches/4.x/resources/flex_sdk/dmv/locale/en_US/datavisualization_rb.swc
        blazeds/branches/4.x/resources/flex_sdk/dmv/locale/ja_JP/
        blazeds/branches/4.x/resources/flex_sdk/dmv/locale/ja_JP/datavisualization_rb.swc

Maybe you are looking for

  • Is it possible to sort components in a dataconnection in dataview?

    Anybody know if it is possible? I have a dataconnection with loads of components, but it's a bit of a mess to work with since it seems to be no way of sorting them.

  • Is it possible to get a new iphone 5 battery

    How can I get a new iphone 5 battery

  • Saving in Crystal 8.5 format

    I am using Crystal Reports XI, but have a 3rd party application that requires Crystal 8.5 file formats. Is there any way that I can export or save modifications in the older format?

  • Options for Migrating/Renaming an OpenDirectory Server

    I'm relatively new to OD, although I am a long time administrator of AD and Unix. I've been configuring some environments with Mavericks 3.1.2 server running OD and Mavericks clients. I'm curious about what the strategy is for renaming an OD domain/r

  • Dashboard Prompt Issue

    hi all, I have taken four coulmns as prompts. Prompt coulmn names : Region, Start date, End Date, Meeting name. All the four columns are from the same table My Scenario: if the user selects the prompt 1[region], and then the prompt 2[start date] and