Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 30A5C18EEF for ; Tue, 4 Aug 2015 10:16:15 +0000 (UTC) Received: (qmail 95063 invoked by uid 500); 4 Aug 2015 10:16:12 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 95015 invoked by uid 500); 4 Aug 2015 10:16:12 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 93270 invoked by uid 99); 4 Aug 2015 10:16:11 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2015 10:16:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E3573E00D8; Tue, 4 Aug 2015 10:16:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cdutz@apache.org To: commits@flex.apache.org Date: Tue, 04 Aug 2015 10:16:59 -0000 Message-Id: <43e334714f7042a8b02f02fda6ec9982@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [51/51] [partial] flex-blazeds git commit: Refactored the directory structure Refactored the directory structure Project: http://git-wip-us.apache.org/repos/asf/flex-blazeds/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-blazeds/commit/012fad7c Tree: http://git-wip-us.apache.org/repos/asf/flex-blazeds/tree/012fad7c Diff: http://git-wip-us.apache.org/repos/asf/flex-blazeds/diff/012fad7c Branch: refs/heads/4.8.0 Commit: 012fad7c71ae33a35139a5234470939a9237b73b Parents: 5be16a2 Author: Christofer Dutz Authored: Tue Aug 4 12:15:35 2015 +0200 Committer: Christofer Dutz Committed: Tue Aug 4 12:15:35 2015 +0200 ---------------------------------------------------------------------- .../WEB-INF/classes/commons-logging.properties | 36 +- .../blazeds-spring/WEB-INF/flex-servlet.xml | 66 +- .../WEB-INF/flex/messaging-config.xml | 64 +- .../WEB-INF/flex/proxy-config.xml | 86 +- .../WEB-INF/flex/remoting-config.xml | 60 +- .../WEB-INF/flex/services-config.xml | 234 +- .../WEB-INF/spring/app-config.xml | 56 +- .../WEB-INF/spring/infrastructure-config.xml | 48 +- .../WEB-INF/spring/security-config.xml | 80 +- attic/apps/blazeds-spring/WEB-INF/web.xml | 204 +- attic/apps/blazeds-spring/build.xml | 192 +- attic/apps/blazeds-spring/index.htm | 100 +- .../WEB-INF/classes/commons-logging.properties | 36 +- .../blazeds/WEB-INF/flex/messaging-config.xml | 64 +- .../apps/blazeds/WEB-INF/flex/proxy-config.xml | 86 +- .../blazeds/WEB-INF/flex/remoting-config.xml | 60 +- .../blazeds/WEB-INF/flex/services-config.xml | 234 +- attic/apps/blazeds/WEB-INF/web.xml | 164 +- attic/apps/blazeds/build.xml | 196 +- attic/apps/blazeds/index.htm | 100 +- attic/apps/ds-console/ConsoleResultWindow.mxml | 94 +- .../ds-console/WEB-INF/flex/services-config.xml | 232 +- attic/apps/ds-console/WEB-INF/install-web.xml | 96 +- attic/apps/ds-console/WEB-INF/web.xml | 114 +- attic/apps/ds-console/build.xml | 346 +- attic/apps/ds-console/console.mxml | 210 +- .../apps/ds-console/console/ConsoleListener.as | 84 +- attic/apps/ds-console/console/ConsoleManager.as | 2006 +- .../console/ConsoleTreeDataDescriptor.as | 138 +- .../console/containers/AdvancedPanel.as | 336 +- .../containers/AdvancedPanelDisplay.mxml | 138 +- .../console/containers/DefaultPanel.as | 80 +- .../console/containers/DefaultPanelDisplay.mxml | 58 +- .../console/containers/DestinationManager.as | 474 +- .../containers/DestinationManagerDisplay.mxml | 122 +- .../console/containers/EndpointManager.as | 296 +- .../containers/EndpointManagerDisplay.mxml | 112 +- .../ds-console/console/containers/LogManager.as | 376 +- .../console/containers/LogManagerDisplay.mxml | 108 +- .../ds-console/console/containers/Operation.as | 336 +- .../console/containers/OperationSet.as | 296 +- .../containers/PollableAttributeChart.as | 82 +- .../console/containers/ServerManager.as | 274 +- .../containers/ServerManagerDisplay.mxml | 108 +- .../console/containers/UpdateListener.as | 216 +- .../console/containers/UpdateManager.as | 54 +- .../console/data/Bindable3DHashMap.as | 218 +- .../events/ManagementOperationInvokeEvent.as | 198 +- attic/apps/samples-spring/README.txt | 10 +- .../WEB-INF/classes/commons-logging.properties | 36 +- .../samples-spring/WEB-INF/flex-servlet.xml | 138 +- .../flex-src/chat/.actionScriptProperties | 76 +- .../WEB-INF/flex-src/chat/.flexProperties | 40 +- .../WEB-INF/flex-src/chat/.project | 72 +- .../WEB-INF/flex-src/chat/build.xml | 152 +- .../chat/html-template/history/history.css | 44 +- .../chat/html-template/history/history.js | 1444 +- .../html-template/history/historyFrame.html | 90 +- .../chat/html-template/index.template.html | 242 +- .../flex-src/chat/html-template/swfobject.js | 1586 +- .../WEB-INF/flex-src/chat/src/chat.mxml | 172 +- .../collaboration/.actionScriptProperties | 76 +- .../flex-src/collaboration/.flexProperties | 40 +- .../WEB-INF/flex-src/collaboration/.project | 72 +- .../WEB-INF/flex-src/collaboration/build.xml | 152 +- .../html-template/history/history.css | 44 +- .../html-template/history/history.js | 1444 +- .../html-template/history/historyFrame.html | 90 +- .../html-template/index.template.html | 242 +- .../collaboration/html-template/swfobject.js | 1586 +- .../flex-src/collaboration/src/Customer.as | 66 +- .../collaboration/src/collaboration.mxml | 294 +- .../flex-src/companymgr/.actionScriptProperties | 76 +- .../WEB-INF/flex-src/companymgr/.flexProperties | 40 +- .../WEB-INF/flex-src/companymgr/.project | 72 +- .../WEB-INF/flex-src/companymgr/build.xml | 152 +- .../html-template/history/history.css | 44 +- .../companymgr/html-template/history/history.js | 1444 +- .../html-template/history/historyFrame.html | 90 +- .../html-template/index.template.html | 242 +- .../companymgr/html-template/swfobject.js | 1586 +- .../flex-src/companymgr/src/BindableComboBox.as | 144 +- .../WEB-INF/flex-src/companymgr/src/Company.as | 66 +- .../flex-src/companymgr/src/CompanyEvent.as | 72 +- .../flex-src/companymgr/src/CompanyForm.mxml | 312 +- .../WEB-INF/flex-src/companymgr/src/Industry.as | 54 +- .../flex-src/companymgr/src/companymgr.mxml | 260 +- .../feedstarter/.actionScriptProperties | 76 +- .../flex-src/feedstarter/.flexProperties | 40 +- .../WEB-INF/flex-src/feedstarter/.project | 72 +- .../WEB-INF/flex-src/feedstarter/build.xml | 152 +- .../html-template/history/history.css | 44 +- .../html-template/history/history.js | 1444 +- .../html-template/history/historyFrame.html | 90 +- .../html-template/index.template.html | 242 +- .../feedstarter/html-template/swfobject.js | 1586 +- .../flex-src/feedstarter/src/feedstarter.mxml | 106 +- .../flex-src/insync01/.actionScriptProperties | 76 +- .../WEB-INF/flex-src/insync01/.flexProperties | 40 +- .../WEB-INF/flex-src/insync01/.project | 72 +- .../WEB-INF/flex-src/insync01/build.xml | 152 +- .../insync01/html-template/history/history.css | 44 +- .../insync01/html-template/history/history.js | 1444 +- .../html-template/history/historyFrame.html | 90 +- .../insync01/html-template/index.template.html | 242 +- .../insync01/html-template/swfobject.js | 1586 +- .../WEB-INF/flex-src/insync01/src/insync01.mxml | 70 +- .../flex-src/insync02/.actionScriptProperties | 76 +- .../WEB-INF/flex-src/insync02/.flexProperties | 40 +- .../WEB-INF/flex-src/insync02/.project | 72 +- .../WEB-INF/flex-src/insync02/build.xml | 152 +- .../insync02/html-template/history/history.css | 44 +- .../insync02/html-template/history/history.js | 1444 +- .../html-template/history/historyFrame.html | 90 +- .../insync02/html-template/index.template.html | 242 +- .../insync02/html-template/swfobject.js | 1586 +- .../WEB-INF/flex-src/insync02/src/insync02.mxml | 120 +- .../flex-src/insync03/.actionScriptProperties | 76 +- .../WEB-INF/flex-src/insync03/.flexProperties | 40 +- .../WEB-INF/flex-src/insync03/.project | 72 +- .../WEB-INF/flex-src/insync03/build.xml | 152 +- .../insync03/html-template/history/history.css | 44 +- .../insync03/html-template/history/history.js | 1444 +- .../html-template/history/historyFrame.html | 90 +- .../insync03/html-template/index.template.html | 242 +- .../insync03/html-template/swfobject.js | 1586 +- .../WEB-INF/flex-src/insync03/src/Contact.as | 68 +- .../flex-src/insync03/src/ContactForm.mxml | 224 +- .../WEB-INF/flex-src/insync03/src/insync03.mxml | 142 +- .../flex-src/insync04/.actionScriptProperties | 76 +- .../WEB-INF/flex-src/insync04/.flexProperties | 40 +- .../WEB-INF/flex-src/insync04/.project | 72 +- .../WEB-INF/flex-src/insync04/build.xml | 152 +- .../insync04/html-template/history/history.css | 44 +- .../insync04/html-template/history/history.js | 1444 +- .../html-template/history/historyFrame.html | 90 +- .../insync04/html-template/index.template.html | 242 +- .../insync04/html-template/swfobject.js | 1586 +- .../WEB-INF/flex-src/insync04/src/Contact.as | 68 +- .../flex-src/insync04/src/ContactForm.mxml | 240 +- .../WEB-INF/flex-src/insync04/src/insync04.mxml | 176 +- .../flex-src/insync05/.actionScriptProperties | 76 +- .../WEB-INF/flex-src/insync05/.flexProperties | 40 +- .../WEB-INF/flex-src/insync05/.project | 72 +- .../WEB-INF/flex-src/insync05/build.xml | 152 +- .../insync05/html-template/history/history.css | 44 +- .../insync05/html-template/history/history.js | 1444 +- .../html-template/history/historyFrame.html | 90 +- .../insync05/html-template/index.template.html | 242 +- .../insync05/html-template/swfobject.js | 1586 +- .../WEB-INF/flex-src/insync05/src/Contact.as | 68 +- .../flex-src/insync05/src/ContactForm.mxml | 266 +- .../WEB-INF/flex-src/insync05/src/insync05.mxml | 178 +- .../flex-src/insync06/.actionScriptProperties | 76 +- .../WEB-INF/flex-src/insync06/.flexProperties | 40 +- .../WEB-INF/flex-src/insync06/.project | 72 +- .../WEB-INF/flex-src/insync06/build.xml | 152 +- .../insync06/html-template/history/history.css | 44 +- .../insync06/html-template/history/history.js | 1444 +- .../html-template/history/historyFrame.html | 90 +- .../insync06/html-template/index.template.html | 242 +- .../insync06/html-template/swfobject.js | 1586 +- .../WEB-INF/flex-src/insync06/src/Contact.as | 68 +- .../flex-src/insync06/src/ContactEvent.as | 72 +- .../flex-src/insync06/src/ContactForm.mxml | 276 +- .../WEB-INF/flex-src/insync06/src/insync06.mxml | 228 +- .../flex-src/simplepush/.actionScriptProperties | 76 +- .../WEB-INF/flex-src/simplepush/.flexProperties | 40 +- .../WEB-INF/flex-src/simplepush/.project | 72 +- .../WEB-INF/flex-src/simplepush/build.xml | 152 +- .../html-template/history/history.css | 44 +- .../simplepush/html-template/history/history.js | 1444 +- .../html-template/history/historyFrame.html | 90 +- .../html-template/index.template.html | 242 +- .../simplepush/html-template/swfobject.js | 1586 +- .../flex-src/simplepush/src/simplepush.mxml | 106 +- .../spring-blazeds-101/.actionScriptProperties | 76 +- .../flex-src/spring-blazeds-101/.flexProperties | 40 +- .../flex-src/spring-blazeds-101/.project | 72 +- .../flex-src/spring-blazeds-101/build.xml | 152 +- .../html-template/history/history.css | 44 +- .../html-template/history/history.js | 1444 +- .../html-template/history/historyFrame.html | 90 +- .../html-template/index.template.html | 242 +- .../html-template/swfobject.js | 1586 +- .../flex-src/spring-blazeds-101/src/Main.mxml | 78 +- .../.actionScriptProperties | 76 +- .../spring-blazeds-security-101/.flexProperties | 40 +- .../spring-blazeds-security-101/.project | 72 +- .../spring-blazeds-security-101/build.xml | 152 +- .../html-template/history/history.css | 44 +- .../html-template/history/history.js | 1444 +- .../html-template/history/historyFrame.html | 90 +- .../html-template/index.template.html | 242 +- .../html-template/swfobject.js | 1586 +- .../spring-blazeds-security-101/src/Main.mxml | 174 +- .../traderdesktop/.actionScriptProperties | 76 +- .../flex-src/traderdesktop/.flexProperties | 40 +- .../WEB-INF/flex-src/traderdesktop/.project | 72 +- .../WEB-INF/flex-src/traderdesktop/build.xml | 152 +- .../html-template/history/history.css | 44 +- .../html-template/history/history.js | 1444 +- .../html-template/history/historyFrame.html | 90 +- .../html-template/index.template.html | 242 +- .../traderdesktop/html-template/swfobject.js | 1586 +- .../src/BackgroundColorRenderer.as | 108 +- .../flex-src/traderdesktop/src/ColorRenderer.as | 78 +- .../flex/samples/marketfeed/Stock.as | 70 +- .../traderdesktop/src/traderdesktop.mxml | 294 +- .../WEB-INF/flex/messaging-config.xml | 64 +- .../WEB-INF/flex/proxy-config.xml | 86 +- .../WEB-INF/flex/remoting-config.xml | 62 +- .../WEB-INF/flex/services-config.xml | 244 +- .../WEB-INF/spring/app-config.xml | 114 +- .../WEB-INF/spring/infrastructure-config.xml | 80 +- .../WEB-INF/spring/security-config.xml | 84 +- .../WEB-INF/src/spring-samples/.classpath | 136 +- .../WEB-INF/src/spring-samples/.project | 70 +- .../flex/samples/secured/Security3Helper.java | 58 +- attic/apps/samples-spring/WEB-INF/web.xml | 172 +- attic/apps/samples-spring/build.xml | 336 +- attic/apps/samples-spring/index.html | 660 +- attic/apps/samples-spring/login.jsp | 128 +- attic/apps/samples-spring/main.css | 274 +- attic/apps/samples-spring/stocklist.xml | 244 +- attic/apps/samples/README.txt | 10 +- .../WEB-INF/flex-src/dashboard/build.xml | 170 +- .../flex-src/dashboard/src/RegionBreakdown.mxml | 352 +- .../flex-src/dashboard/src/RegionDetail.mxml | 348 +- .../flex-src/dashboard/src/RevenueTimeline.mxml | 266 +- .../WEB-INF/flex-src/dashboard/src/SortUtils.as | 124 +- .../flex-src/dashboard/src/dashboard.mxml | 416 +- .../WEB-INF/flex-src/dashboard/src/main.css | 70 +- .../WEB-INF/flex-src/dashboard/src/results.xml | 388 +- .../WEB-INF/flex-src/inventory/build.xml | 164 +- .../WEB-INF/flex-src/inventory/src/Product.as | 86 +- .../flex-src/inventory/src/ProductForm.mxml | 210 +- .../flex-src/inventory/src/SearchPopup.mxml | 190 +- .../flex-src/inventory/src/inventory.mxml | 230 +- .../WEB-INF/flex-src/inventory/src/styles.css | 146 +- .../flex-src/runtimeconfig-messaging/build.xml | 154 +- .../runtimeconfig-messaging/src/ChatPanel.mxml | 174 +- .../runtimeconfig-messaging/src/main.mxml | 108 +- .../flex-src/runtimeconfig-remoting/build.xml | 154 +- .../runtimeconfig-remoting/src/main.mxml | 128 +- .../WEB-INF/flex-src/testdrive-101/build.xml | 154 +- .../flex-src/testdrive-101/src/ProductView.mxml | 68 +- .../flex-src/testdrive-101/src/Thumb.mxml | 58 +- .../flex-src/testdrive-101/src/main.mxml | 102 +- .../flex-src/testdrive-101/src/testdrive.css | 70 +- .../WEB-INF/flex-src/testdrive-chat/build.xml | 154 +- .../flex-src/testdrive-chat/src/main.mxml | 110 +- .../flex-src/testdrive-datapush/build.xml | 162 +- .../flex-src/testdrive-datapush/src/main.mxml | 82 +- .../testdrive-datapush/src/startfeed.jsp | 50 +- .../testdrive-datapush/src/stopfeed.jsp | 50 +- .../flex-src/testdrive-httpservice/build.xml | 162 +- .../testdrive-httpservice/src/catalog.jsp | 82 +- .../testdrive-httpservice/src/main.mxml | 54 +- .../flex-src/testdrive-remoteobject/build.xml | 154 +- .../testdrive-remoteobject/src/main.mxml | 54 +- .../WEB-INF/flex-src/testdrive-update/build.xml | 154 +- .../flex-src/testdrive-update/src/Product.as | 88 +- .../testdrive-update/src/ProductForm.mxml | 118 +- .../flex-src/testdrive-update/src/main.mxml | 60 +- .../flex-src/testdrive-webservice/build.xml | 162 +- .../flex-src/testdrive-webservice/src/main.mxml | 64 +- .../WEB-INF/flex-src/traderdesktop/build.xml | 162 +- .../src/BackgroundColorRenderer.as | 108 +- .../flex-src/traderdesktop/src/ColorRenderer.as | 78 +- .../WEB-INF/flex-src/traderdesktop/src/main.css | 60 +- .../src/samples/portfolio/Stock.as | 70 +- .../flex-src/traderdesktop/src/startfeed.jsp | 50 +- .../flex-src/traderdesktop/src/stopfeed.jsp | 50 +- .../traderdesktop/src/traderdesktop.mxml | 482 +- .../samples/WEB-INF/flex/messaging-config.xml | 116 +- .../apps/samples/WEB-INF/flex/proxy-config.xml | 120 +- .../samples/WEB-INF/flex/remoting-config.xml | 112 +- .../samples/WEB-INF/flex/services-config.xml | 292 +- .../src/flex/samples/ConnectionHelper.java | 116 +- .../WEB-INF/src/flex/samples/DAOException.java | 76 +- .../src/flex/samples/DatabaseCheckService.java | 130 +- .../flex/samples/crm/ConcurrencyException.java | 74 +- .../src/flex/samples/crm/DAOException.java | 76 +- .../src/flex/samples/crm/company/Company.java | 210 +- .../flex/samples/crm/company/CompanyDAO.java | 454 +- .../src/flex/samples/crm/employee/Employee.java | 212 +- .../flex/samples/crm/employee/EmployeeDAO.java | 600 +- .../src/flex/samples/dcd/product/Product.java | 176 +- .../samples/dcd/product/ProductService.java | 392 +- .../WEB-INF/src/flex/samples/feed/Feed.java | 168 +- .../src/flex/samples/marketdata/Feed.java | 242 +- .../src/flex/samples/marketdata/Portfolio.java | 148 +- .../src/flex/samples/marketdata/Stock.java | 168 +- .../src/flex/samples/marketdata/portfolio.xml | 244 +- .../src/flex/samples/product/Product.java | 176 +- .../flex/samples/product/ProductService.java | 380 +- .../samples/qos/CustomDelayQueueProcessor.java | 240 +- .../samples/qos/FlexClientConfigService.java | 148 +- .../samples/runtimeconfig/ChatRoomService.java | 160 +- .../EmployeeRuntimeRemotingDestination.java | 108 +- attic/apps/samples/WEB-INF/web.xml | 126 +- attic/apps/samples/build.xml | 332 +- attic/apps/samples/fb-project-setup.htm | 134 +- attic/apps/samples/index.htm | 200 +- attic/apps/samples/main.css | 274 +- attic/apps/samples/testdrive.htm | 508 +- attic/apps/team/WEB-INF/activemq.xml | 72 +- attic/apps/team/WEB-INF/flex/global.css | 34 +- .../apps/team/WEB-INF/flex/messaging-config.xml | 582 +- attic/apps/team/WEB-INF/flex/proxy-config.xml | 94 +- .../apps/team/WEB-INF/flex/remoting-config.xml | 192 +- .../apps/team/WEB-INF/flex/services-config.xml | 828 +- .../HTTPProxyBootstrapService.java | 508 +- .../MessagingBootstrapService.java | 660 +- .../RemotingBootstrapService.java | 440 +- .../CustomActionscriptAdapter.java | 192 +- .../messaging/serverpush/ServerPushService.java | 258 +- .../features/remoting/AMFConnectionTest.java | 152 +- .../src/features/remoting/EchoService.java | 260 +- .../externalizable/ExternalizableClass.java | 86 +- .../runtimeconfig/RuntimeConfigurator.java | 220 +- .../ClassLoggingDeserializationValidator.java | 252 +- .../TestDeserializationValidator.java | 114 +- attic/apps/team/build.xml | 388 +- attic/apps/team/features/README.txt | 2 +- attic/apps/team/features/ajax/README.txt | 6 +- .../features/ajax/messaging/TextMessage.html | 176 +- .../features/ajax/messaging/TextMessage.mxml | 188 +- .../cluster/messaging_AMF_Poll_Cluster.mxml | 186 +- .../cluster/messaging_HTTP_Poll_Cluster.mxml | 186 +- .../messaging_SecureAMF_Poll_Cluster.mxml | 188 +- .../messaging_SecureHTTP_Poll_Cluster.mxml | 188 +- .../customadapter/messaging_CustomAdapter.mxml | 200 +- .../features/messaging/discardedMessaging.mxml | 238 +- .../jms/messaging_AMF_LongPoll_JMS_Topic.mxml | 180 +- .../jms/messaging_AMF_Poll_JMS_Queue.mxml | 180 +- .../jms/messaging_AMF_Poll_JMS_Topic.mxml | 180 +- .../jms/messaging_HTTP_Poll_JMS_Queue.mxml | 180 +- .../jms/messaging_HTTP_Poll_JMS_Topic.mxml | 180 +- .../team/features/messaging/messaging_AMF.mxml | 240 +- .../messaging/messaging_AMF_LongPoll.mxml | 180 +- .../messaging/messaging_AMF_Piggyback.mxml | 206 +- .../features/messaging/messaging_AMF_Poll.mxml | 180 +- .../messaging/messaging_AMF_Stream.mxml | 180 +- .../team/features/messaging/messaging_HTTP.mxml | 232 +- .../messaging/messaging_HTTP_LongPoll.mxml | 180 +- .../messaging/messaging_HTTP_Piggyback.mxml | 206 +- .../features/messaging/messaging_HTTP_Poll.mxml | 180 +- .../messaging/messaging_HTTP_Stream.mxml | 180 +- ...aging_AMFLongPoll_and_SecureAMFLongPoll.mxml | 318 +- ...ssaging_SecureAMFLongPoll_and_AMFStream.mxml | 318 +- .../messaging_two_AMFLongPoll_Endpoints.mxml | 318 +- .../messaging/secure/messaging_SecureAMF.mxml | 238 +- .../messaging/secure/messaging_SecureHTTP.mxml | 238 +- .../messaging_AMF_Poll_JMS_Queue_Selector.mxml | 198 +- .../selector/messaging_AMF_Poll_Selector.mxml | 198 +- .../selector/messaging_HTTP_Poll_Selector.mxml | 202 +- ...ng_AMF_LongPoll_SendSubscribeConstraint.mxml | 206 +- ...saging_AMF_Poll_SendSubscribeConstraint.mxml | 206 +- ...ging_AMF_Stream_SendSubscribeConstraint.mxml | 206 +- ...aging_HTTP_Poll_SendSubscribeConstraint.mxml | 206 +- .../subtopic/messaging_AMF_Poll_Subtopic.mxml | 204 +- .../messaging_AMF_Stream_MultiSubtopic.mxml | 260 +- .../subtopic/messaging_HTTP_Poll_Subtopic.mxml | 204 +- .../throttle/messaging_ThrottleInbound.mxml | 308 +- .../throttle/messaging_ThrottleOutbound.mxml | 454 +- .../externalizable/ExternalizableClass.as | 110 +- .../externalizable/remoting_Externalizable.mxml | 158 +- .../features/remoting/filteredAckRemoting.mxml | 154 +- .../remoting/filteredFaultRemoting.mxml | 154 +- .../team/features/remoting/remoting_AMF.mxml | 152 +- .../team/features/remoting/remoting_AMFX.mxml | 152 +- .../remoting/remoting_AMF_Dictionary.mxml | 206 +- .../features/remoting/remoting_AMF_Legacy.mxml | 154 +- .../remoting/remoting_AMF_ReadOnly.mxml | 136 +- .../features/remoting/remoting_AMF_Vector.mxml | 242 +- .../runtimeconfig_MessageDestination.mxml | 298 +- ...runtimeconfig_MessageDestinationWithJMS.mxml | 260 +- .../features/security-constraints/README.txt | 10 +- .../securityConstraint_Basic.mxml | 140 +- .../securityConstraint_Custom.mxml | 278 +- .../securityConstraint_Legacy.mxml | 206 +- .../features/withoutui/messaging_withoutUI.as | 288 +- .../features/withoutui/remoting_withoutUI.as | 230 +- attic/build.properties | 194 +- attic/build.xml | 1608 +- attic/collateral/blazeds-bin-readme.htm | 540 +- attic/collateral/blazeds-src-readme.htm | 1116 +- attic/collateral/blazeds-turnkey-readme.htm | 1114 +- .../development/IDEA/projects/java/BlazeDS.ipr | 808 +- .../development/IDEA/projects/java/blazeds.xml | 176 +- attic/development/IDEA/projects/java/common.iml | 448 +- attic/development/IDEA/projects/java/core.iml | 526 +- attic/development/IDEA/projects/java/opt.iml | 658 +- attic/development/IDEA/projects/java/proxy.iml | 470 +- .../development/IDEA/projects/java/remoting.iml | 432 +- .../flex/3.0/framework/.actionScriptProperties | 70 +- .../flex/3.0/framework/.flexLibProperties | 60 +- .../projects/flex/3.0/framework/.project | 146 +- .../flex/3.0/rpc/.actionScriptProperties | 76 +- .../projects/flex/3.0/rpc/.flexLibProperties | 56 +- .../eclipse/projects/flex/3.0/rpc/.project | 138 +- .../projects/java/blazeds-common/.classpath | 50 +- .../projects/java/blazeds-common/.project | 104 +- .../projects/java/blazeds-core/.classpath | 62 +- .../eclipse/projects/java/blazeds-core/.project | 104 +- .../projects/java/blazeds-opt/.classpath | 82 +- .../eclipse/projects/java/blazeds-opt/.project | 114 +- .../projects/java/blazeds-proxy/.classpath | 56 +- .../projects/java/blazeds-proxy/.project | 94 +- .../projects/java/blazeds-remoting/.classpath | 52 +- .../projects/java/blazeds-remoting/.project | 94 +- .../blazeds-team.war/.actionScriptProperties | 64 +- .../projects/java/blazeds-team.war/.classpath | 60 +- .../java/blazeds-team.war/.flexProperties | 40 +- .../projects/java/blazeds-team.war/.project | 98 +- .../eclipse/projects/java/formatter.xml | 538 +- attic/development/eclipse/projects/readme.txt | 232 +- attic/frameworks/local-swcs/readme.txt | 70 +- attic/kick-build.txt | 4 +- attic/qa/apps/qa-manual/FlashvarsTest.mxml | 72 +- attic/qa/apps/qa-manual/WEB-INF/activemq.xml | 72 +- .../flex/flex-config.mods.deployable.xml | 6 +- .../WEB-INF/flex/flex-config.mods.local.xml | 26 +- .../qa-manual/WEB-INF/flex/flex-config.mods.xml | 34 +- attic/qa/apps/qa-manual/WEB-INF/flex/global.css | 34 +- .../flex/messaging-config.mods.local.xml | 30 +- .../WEB-INF/flex/messaging-config.mods.xml | 882 +- .../flex/messaging-throttle-config.mods.xml | 558 +- .../WEB-INF/flex/proxy-config.mods.local.xml | 34 +- .../WEB-INF/flex/proxy-config.mods.xml | 498 +- .../WEB-INF/flex/remoting-config.mods.local.xml | 30 +- .../WEB-INF/flex/remoting-config.mods.xml | 326 +- .../WEB-INF/flex/services-config.mods.local.xml | 68 +- .../WEB-INF/flex/services-config.mods.xml | 686 +- .../WEB-INF/flex/user_classes/_LoginWindow.mxml | 112 +- .../flex/user_classes/qa/data/Address.as | 180 +- .../flex/user_classes/qa/data/Company.as | 194 +- .../apps/qa-manual/WEB-INF/server-config.wsdd | 816 +- .../WEB-INF/src/bugs/b205439/SampleServlet.java | 250 +- .../com/adobe/samples/hsbc/MessageSender.java | 96 +- .../WEB-INF/src/dev/echoservice/Book.java | 188 +- .../src/dev/echoservice/CustomException.java | 80 +- .../WEB-INF/src/dev/echoservice/Echo.java | 916 +- .../WEB-INF/src/dev/remoting/BindObject.java | 74 +- .../WEB-INF/src/dev/remoting/TestServices.java | 354 +- .../WEB-INF/src/messaging/ClientManagerRO.java | 254 +- .../src/qa/messaging/flook/FLookEmail.java | 138 +- .../messaging/throttle/ROPushServerMessage.java | 380 +- .../WEB-INF/src/qa/utils/MessageGenerator.java | 408 +- .../components/RuntimeEndpointsAndFactory.java | 316 +- .../components/RuntimeHttpProxyAll.java | 342 +- .../components/RuntimeHttpProxyService.java | 182 +- .../RuntimeJMSDestinationNoConnFact.java | 330 +- .../RuntimeJMSDestinationNoJNDIDestName.java | 346 +- .../RuntimeMessageDestinationClustered.java | 268 +- .../RuntimeRTPushOverHttpDestinations.java | 216 +- .../remoteobjects/RuntimeLogTargets.java | 264 +- .../WEB-INF/src/security/PerClientCommand.java | 100 +- .../src/security/PerClientPrincipal.java | 78 +- .../qa-manual/WEB-INF/src/test/RpcTest.java | 56 +- .../ajax/messaging/JMSObjectMessageTest.html | 188 +- .../messaging/TextMessageASAdapterTest.html | 184 +- .../messaging/TextMessageOverStreamingTest.html | 194 +- .../ajax/messaging/TextMessageRuntimeDest.html | 196 +- .../182101/PerClientAuthenticationTest.mxml | 210 +- .../qa-manual/bugs/182101/readme_bug182101.txt | 54 +- .../qa/apps/qa-manual/bugs/BLZ-594/BLZ-594.mxml | 74 +- attic/qa/apps/qa-manual/bugs/BLZ-594/readme.txt | 24 +- attic/qa/apps/qa-manual/build.xml | 768 +- .../ClusteredChannelSetLoginTest.mxml | 300 +- .../qa-manual/ipv6/general/URLUtilIPv6Test.mxml | 604 +- .../messaging/ipv6_messaging_streaming.mxml | 330 +- .../ipv6/proxyservice/httpService/basic.xml | 22 +- .../proxyservice/httpService/ipv6_hs_dest.mxml | 210 +- .../httpService/ipv6_hs_dynamicurl.mxml | 226 +- .../httpService/ipv6_hs_externalproxy.mxml | 190 +- .../webService/ipv6_ws_dynamicurl.mxml | 212 +- attic/qa/apps/qa-manual/ipv6/readme.txt | 12 +- .../qa-manual/ipv6/remoteservice/ipv6_ro.mxml | 170 +- .../mbean/jmx/MBeanServerGateway_create.mxml | 312 +- attic/qa/apps/qa-manual/mbean/jmx/Simple.java | 56 +- .../apps/qa-manual/mbean/jmx/SimpleMBean.java | 44 +- .../apps/qa-manual/messaging/ClientManager.mxml | 160 +- .../apps/qa-manual/messaging/MessagingApp.mxml | 830 +- .../apps/qa-manual/messaging/RPC2MsgLite.mxml | 274 +- .../qa-manual/messaging/duplicateSession.mxml | 180 +- .../messaging/messaging_Two_Destinations.mxml | 322 +- .../throttling/simpleMessagingConsumerTest.mxml | 1102 +- .../simpleMessagingProducerServerPush.mxml | 754 +- .../httpservice/ProxyTopLevelConstrainTest.mxml | 244 +- .../bugs/sdk-11244/leaktest/LeakTest2.html | 80 +- .../bugs/sdk-11244/leaktest/LeakTest2.mxml | 346 +- .../bugs/sdk-11244/leaktest/leaktest.xml | 22044 ++++----- .../bugs/sdk-11244/leaktest/pbentries.xml | 40 +- .../bugs/sdk-11244/pbentries/pbentries.xml | 40 +- attic/qa/apps/qa-manual/qa/main.mxml | 44 +- .../qa/apps/qa-manual/remoting/RemotingApp.mxml | 734 +- .../rtPushOverHTTP/secureDestinationTest.mxml | 316 +- .../qa-manual/rtPushOverHTTP/test_autosend.mxml | 332 +- .../runtimeConfiguration/changeLogLevel.mxml | 130 +- .../clusteredDynamicMessageDestTest.mxml | 236 +- .../clusteredStaticMessageDestTest.mxml | 206 +- .../security/login_logout_disconnect.mxml | 414 +- attic/qa/apps/qa-regress/META-INF/MANIFEST.MF | 10 +- attic/qa/apps/qa-regress/WEB-INF/activemq.xml | 72 +- .../qa/apps/qa-regress/WEB-INF/flex-servlet.xml | 188 +- .../WEB-INF/flex/active-mq-messaging-config.xml | 2590 +- .../flex/flex-config.mods.deployable.xml | 34 +- .../WEB-INF/flex/flex-config.mods.local.xml | 30 +- .../WEB-INF/flex/flex-config.mods.xml | 34 +- .../qa/apps/qa-regress/WEB-INF/flex/global.css | 34 +- .../flex/messaging-config.mods.local.xml | 30 +- .../WEB-INF/flex/messaging-config.mods.xml | 3628 +- .../WEB-INF/flex/proxy-config.mods.local.xml | 48 +- .../WEB-INF/flex/proxy-config.mods.xml | 932 +- .../WEB-INF/flex/remoting-config.mods.local.xml | 30 +- .../WEB-INF/flex/remoting-config.mods.xml | 936 +- .../WEB-INF/flex/services-config.mods.local.xml | 28 +- .../flex/services-config.mods.validators.xml | 110 +- .../WEB-INF/flex/services-config.mods.xml | 1042 +- .../user_classes/proxy/ApplicationSwfProxy.as | 272 +- .../user_classes/proxy/RequestDeserializer.as | 58 +- .../user_classes/proxy/ResponseSerializer.as | 116 +- .../user_classes/qa/CommunicationManager.as | 78 +- .../flex/user_classes/qa/CustomNetConnection.as | 58 +- .../apps/qa-regress/WEB-INF/server-config.wsdd | 5470 +-- .../qa-regress/WEB-INF/spring/app-config.xml | 56 +- .../WEB-INF/spring/infrastructure-config.xml | 48 +- .../WEB-INF/spring/security-config.xml | 94 +- .../DeserializationValidatorBrokerConfig.java | 314 +- .../TestDeserializationValidator.java | 118 +- .../src/blazeds/qa/remotingService/Bean.java | 398 +- .../blazeds/qa/remotingService/BindObject.java | 58 +- .../src/blazeds/qa/remotingService/Book.java | 200 +- .../qa/remotingService/CustomException.java | 80 +- .../src/blazeds/qa/remotingService/Echo.java | 1146 +- .../qa/remotingService/ExternalizableDate.java | 132 +- .../blazeds/qa/remotingService/FileProxy.java | 74 +- .../qa/remotingService/FileReference.java | 70 +- .../qa/remotingService/FileReferenceProxy.java | 76 +- .../qa/remotingService/ImageSnapshotType.java | 84 +- .../qa/remotingService/InstantiationTest.java | 110 +- .../qa/remotingService/ObjectMessageClient.java | 322 +- .../qa/remotingService/TestServices.java | 484 +- .../qa/remotingService/TestTypedObject.java | 100 +- .../TestTypedObjectWithInheritance.java | 54 +- .../qa/remotingService/inherit/ChildClass.java | 134 +- .../qa/remotingService/inherit/ParentClass.java | 128 +- .../WEB-INF/src/commons-logging.properties | 36 +- .../src/dev/calendar/CalendarService.java | 174 +- .../WEB-INF/src/dev/echoservice/Bean.java | 398 +- .../WEB-INF/src/dev/echoservice/Book.java | 190 +- .../src/dev/echoservice/CustomException.java | 82 +- .../WEB-INF/src/dev/echoservice/Echo.java | 918 +- .../dev/echoservice/ObjectMessageClient.java | 336 +- .../src/dev/echoservice/TestTypedObject.java | 110 +- .../TestTypedObjectWithInheritance.java | 58 +- .../src/dev/endpoints/HangingAMFEndpoint.java | 144 +- .../src/dev/endpoints/HangingHTTPEndpoint.java | 106 +- .../src/dev/httpservice/HttpServiceTest.java | 280 +- .../src/dev/httpservice/HttpXmlEchoService.java | 98 +- .../WEB-INF/src/dev/logging/serverlog.java | 102 +- .../WEB-INF/src/dev/remoting/BindObject.java | 62 +- .../WEB-INF/src/dev/remoting/TestServices.java | 342 +- .../src/dev/remoting/inherit/ChildClass.java | 134 +- .../src/dev/remoting/inherit/ParentClass.java | 128 +- .../WEB-INF/src/dev/weather/WeatherInfo.java | 134 +- .../WEB-INF/src/dev/weather/WeatherService.java | 230 +- .../src/errorhandling/testException.java | 74 +- .../qa/management/MBeanObjectNameResolver.java | 482 +- .../WEB-INF/src/qa/management/Simple.java | 60 +- .../WEB-INF/src/qa/management/SimpleMBean.java | 48 +- .../qa/messaging/CustomMessagingAdapter.java | 134 +- .../src/qa/messaging/CustomTypeMarshaller.java | 94 +- .../src/qa/messaging/CustomUUIDGenerator.java | 58 +- .../src/qa/messaging/DupeUUIDGenerator.java | 58 +- .../qa/messaging/DynamicDestinationAdapter.java | 220 +- .../qa/messaging/MessageRoutedListenerTest.java | 120 +- .../src/qa/messaging/ROPushServerMessage.java | 336 +- .../src/qa/messaging/SessionManager.java | 52 +- .../src/remoting/ConstructorNegativeTest.java | 68 +- .../amfclient/AMFConnectionTestService.java | 242 +- .../remoting/amfclient/ServerCustomType.java | 90 +- .../src/remoting/datatype/EnumApple.java | 66 +- .../src/remoting/datatype/EnumProxy.java | 170 +- .../WEB-INF/src/remoting/datatype/EnumType.java | 58 +- .../src/remoting/datatype/EnumTypeTest.java | 196 +- .../src/remoting/datatype/MapTypeTest.java | 88 +- .../FlexSessionAttributeListenerTest.java | 200 +- .../components/RuntimeHttpProxyDestination.java | 316 +- .../components/RuntimeJMSDestination.java | 626 +- .../components/RuntimeMessageDestination.java | 278 +- .../RuntimeMessageDestinationClustered.java | 266 +- .../components/RuntimeRemotingDestination.java | 152 +- .../components/RuntimeSOAPProxyAdapter.java | 292 +- .../RuntimeUnmanagedMessageDestination.java | 274 +- .../remoteobjects/ROMessageDestination.java | 164 +- .../remoteobjects/RuntimeConfigurator.java | 462 +- .../remoteobjects/RuntimeLogTargets.java | 262 +- .../TestDeserializationValidator.java | 118 +- .../WEB-INF/src/security/PerClientCommand.java | 102 +- .../src/security/PerClientPrincipal.java | 80 +- attic/qa/apps/qa-regress/axis/EchoHeaders.jws | 270 +- .../apps/qa-regress/axis/StockQuoteService.jws | 198 +- attic/qa/apps/qa-regress/axis/fingerprint.jsp | 568 +- attic/qa/apps/qa-regress/axis/happyaxis.jsp | 1042 +- attic/qa/apps/qa-regress/axis/index.html | 118 +- .../qa-regress/axis/servicesAndPorts/0s0p.wsdl | 362 +- .../BadDotNetWebServiceRequest.wsdl | 1730 +- .../axis/servicesAndPorts/ServicesAndPorts1.jws | 24 +- .../axis/servicesAndPorts/ServicesAndPorts2.jws | 22 +- .../qa-regress/axis/servicesAndPorts/echo.wsdl | 1242 +- .../axis/servicesAndPorts/noPound.wsdl | 134 +- .../qa-regress/axis/servicesAndPorts/pound.wsdl | 134 +- .../axis/servicesAndPorts/response.xml | 168 +- .../qa-regress/axis/servicesAndPorts/sp.wsdl | 184 +- .../qa-regress/axis/servicesAndPorts/spp.wsdl | 188 +- .../qa-regress/axis/servicesAndPorts/sppsp.wsdl | 198 +- .../axis/servicesAndPorts/sppspp.wsdl | 204 +- .../qa-regress/axis/servicesAndPorts/spsp.wsdl | 1502 +- attic/qa/apps/qa-regress/axis/staticEcho.wsdl | 1206 +- attic/qa/apps/qa-regress/build.xml | 952 +- .../qa/apps/qa-regress/deserializationData.xml | 28 +- .../qa/apps/qa-regress/metadata/application.xml | 60 +- .../qa/RemoteObjectDataTypeMatrix.mxml | 1912 +- .../qa/apps/qa-regress/qa/flexContextTest.mxml | 480 +- .../qa/flexbuilder_default_application.mxml | 44 +- .../qa-regress/qa/resources/languages_utf8.xml | 30 +- .../qa/resources/languages_utf8woBOM.xml | 66 +- .../qa-regress/qa/resources/macbethShort.xml | 312 +- attic/qa/apps/qa-regress/qa/serverlog.jsp | 80 +- .../qa-regress/remote/HttpXmlEchoService.jsp | 54 +- .../qa-regress/remote/MultipleHeadersTest.jsp | 60 +- attic/qa/apps/qa-regress/remote/basic.xml | 22 +- attic/qa/apps/qa-regress/remote/echoParams.jsp | 68 +- .../qa-regress/remote/echoParamsAsFlashvars.jsp | 76 +- .../apps/qa-regress/remote/languages_utf8.xml | 30 +- attic/qa/apps/qa-regress/remote/serverlog.jsp | 80 +- attic/qa/apps/qa-regress/remote/testMethods.jsp | 36 +- .../apps/qa-regress/testsuites/config/build.xml | 766 +- .../qa-regress/testsuites/config/testng.xml | 14 +- .../Remoting_NetConnectionTest.mxml | 180 +- .../services-config.xml | 128 +- .../Remoting_NetConnectionTest.mxml | 190 +- .../services-config.xml | 146 +- .../services-config.xml | 72 +- .../DuplicateIdTest/services-config.xml | 68 +- .../channels/InvalidIdTest/services-config.xml | 62 +- .../NoURLsTest/services-config.xml | 118 +- .../services-config.xml | 76 +- .../services-config.xml | 76 +- .../DuplicateIdTest/services-config.xml | 156 +- .../IncorrectRootElementTest/dest-config.xml | 6 +- .../dest-config.xml.sb-6f3bc324-2w7qvX | 6 +- .../services-config.xml | 86 +- .../InvalidAdapterRefTest/services-config.xml | 96 +- .../InvalidChannelTest/services-config.xml | 96 +- .../InvalidIdTest/services-config.xml | 118 +- .../NoAdapterTest/services-config.xml | 94 +- .../NonExistentAdapterTest/services-config.xml | 96 +- .../services-config.xml | 92 +- .../NonExistentChannelTest/services-config.xml | 96 +- .../factories/InvalidIdTest/services-config.xml | 80 +- .../NonExistentClassTest/services-config.xml | 90 +- .../InvalidTimeOutTest/services-config.xml | 50 +- .../NegativeTimeOutTest/services-config.xml | 50 +- .../AdaptiveFrequencyTest/error.txt | 2 +- .../AdaptiveFrequencyTest/messaging-config.xml | 94 +- .../AdaptiveFrequencyTest/services-config.xml | 102 +- .../FrequencyStepSizeTest/error.txt | 2 +- .../FrequencyStepSizeTest/messaging-config.xml | 94 +- .../FrequencyStepSizeTest/services-config.xml | 102 +- .../MaxQueueSizeTest/messaging-config.xml | 94 +- .../MaxQueueSizeTest/services-config.xml | 160 +- .../services-config.xml | 112 +- .../DestinationWithNoIDTest/services-config.xml | 118 +- .../services-config.xml | 120 +- .../messagingService/dataTypesTest/Bean.as | 412 +- .../dataTypesTest/BigDecimalTypesTest.mxml | 356 +- .../dataTypesTest/BigIntegerTypesTest.mxml | 322 +- .../messagingService/dataTypesTest/Book.as | 102 +- .../dataTypesTest/BooleanTypesTest.mxml | 1460 +- .../dataTypesTest/ByteTypesTest.mxml | 1070 +- .../dataTypesTest/CharTypesTest.mxml | 1026 +- .../dataTypesTest/ComplexCustomTypeTest.mxml | 280 +- .../dataTypesTest/CustomTypeTest.mxml | 758 +- .../dataTypesTest/DateTypesTest.mxml | 640 +- .../dataTypesTest/DoubleTypesTest.mxml | 1348 +- .../messagingService/dataTypesTest/EnumType.as | 102 +- .../dataTypesTest/EnumTypeTest.mxml | 222 +- .../dataTypesTest/ExternalizableDate.as | 136 +- .../dataTypesTest/ExternalizableTest.mxml | 114 +- .../dataTypesTest/FloatTypesTest.mxml | 716 +- .../dataTypesTest/IntTypesTest.mxml | 934 +- .../dataTypesTest/LongTypesTest.mxml | 934 +- .../messagingService/dataTypesTest/MyFileRef.as | 50 +- .../dataTypesTest/SQLDateTypesTest.mxml | 510 +- .../dataTypesTest/ShortTypesTest.mxml | 844 +- .../dataTypesTest/StringTypesTest.mxml | 628 +- .../messagingService/dataTypesTest/SuperBook.as | 50 +- .../dataTypesTest/TestTypedObject.as | 106 +- .../dataTypesTest/bean_namespace.as | 42 +- .../dataTypesTest/messaging-config.xml | 3310 +- .../dataTypesTest/proxy-config.xml | 864 +- .../dataTypesTest/remoting-config.xml | 790 +- .../dataTypesTest/services-config.xml | 944 +- .../services-config.xml | 168 +- .../InvalidDeliveryModeTest/services-config.xml | 168 +- .../services-config.xml | 170 +- .../InvalidMessageTypeTest/services-config.xml | 170 +- .../NoConnectionFactoryTest/services-config.xml | 164 +- .../jms/NoJNDINameTest/services-config.xml | 164 +- .../InvalidBufferPolicyTest/error.txt | 2 +- .../messaging-config.xml | 94 +- .../InvalidBufferPolicyTest/services-config.xml | 102 +- .../InvalidConflatePolicyTest/error.txt | 2 +- .../messaging-config.xml | 94 +- .../services-config.xml | 102 +- .../messaging-config.xml | 94 +- .../services-config.xml | 102 +- .../frequencies/McfGreaterthanMfTest/error.txt | 2 +- .../McfGreaterthanMfTest/messaging-config.xml | 94 +- .../McfGreaterthanMfTest/services-config.xml | 102 +- .../InvalidBufferPolicyTest/error.txt | 2 +- .../messaging-config.xml | 94 +- .../InvalidBufferPolicyTest/services-config.xml | 102 +- .../InvalidConflatePolicyTest/error.txt | 2 +- .../messaging-config.xml | 94 +- .../services-config.xml | 102 +- .../InvalidErrorPolicyTest/messaging-config.xml | 94 +- .../InvalidErrorPolicyTest/services-config.xml | 102 +- .../messaging-config.xml | 94 +- .../services-config.xml | 102 +- .../McfGreaterthanMfTest/messaging-config.xml | 94 +- .../McfGreaterthanMfTest/services-config.xml | 102 +- .../goodValidatorTest/services-config.xml | 730 +- .../nonExistingValidatorTest/error.txt | 2 +- .../services-config.xml | 736 +- .../services-config.xml | 700 +- .../services-config.xml | 728 +- .../sameTypeValidatorTest/services-config.xml | 734 +- .../wrongTypeValidatorTest/services-config.xml | 764 +- .../services-config.xml | 122 +- .../InvocationExceptionTest.mxml | 214 +- .../ArgumentsInServerLogTest/error.txt | 6 +- .../remoting-config.xml | 64 +- .../services-config.xml | 96 +- .../NoClassAttrTest/services-config.xml | 78 +- .../NoServerAttrTest/services-config.xml | 78 +- .../InvalidIdTest/services-config.xml | 90 +- .../UndefinedConstraintTest/services-config.xml | 116 +- .../BadDefaultChannelTest/services-config.xml | 84 +- .../DuplicateDefTest/services-config.xml | 70 +- .../services-config.xml | 82 +- .../services-config.xml | 86 +- .../messaging-config.xml | 54 +- .../services-config.xml | 68 +- .../InvalidAdapterIdTest/services-config.xml | 80 +- .../services-config.xml | 84 +- .../services/InvalidIdTest/services-config.xml | 70 +- .../InvalidIncludeTest/services-config.xml | 68 +- .../NoClassAttrTest/services-config.xml | 70 +- .../StringTypesTest.mxml | 630 +- .../messaging-config.xml | 70 +- .../remoting-config.xml | 74 +- .../services-config.xml | 306 +- .../simpleMessagingTest.mxml | 526 +- .../StringTypesTest.mxml | 630 +- .../messaging-config.xml | 70 +- .../remoting-config.xml | 74 +- .../services-config.xml | 306 +- .../simpleMessagingTest.mxml | 526 +- .../tokens/InvalidTokenTest/services-config.xml | 72 +- .../messaging-config.xml | 136 +- .../CustomUUIDGeneratorTest/services-config.xml | 144 +- .../simpleJMSMessagingTest.mxml | 530 +- .../simpleMessagingTest.mxml | 526 +- .../DuplicateUUIDTest/DuplicateUUIDTest1.mxml | 530 +- .../DuplicateUUIDTest/DuplicateUUIDTest2.mxml | 352 +- .../DuplicateUUIDTest/messaging-config.xml | 132 +- .../DuplicateUUIDTest/services-config.xml | 144 +- .../testsuites/flexunit/_seedFileEnd.txt | 10 +- .../testsuites/flexunit/_seedFileStart.txt | 46 +- .../qa-regress/testsuites/flexunit/basic.xml | 22 +- .../qa-regress/testsuites/flexunit/build.xml | 716 +- .../flexunit/src/mx/messaging/tests/AMF0Test.as | 230 +- .../flexunit/src/mx/messaging/tests/AMF3Test.as | 682 +- .../src/mx/messaging/tests/AMFChannelTest.as | 468 +- .../src/mx/messaging/tests/AllMessagingTests.as | 128 +- .../messaging/tests/Base64EncoderDecoderTest.as | 244 +- .../src/mx/messaging/tests/ChannelSetTest.as | 1184 +- .../tests/ConfigurationBasedTestCase.as | 446 +- .../src/mx/messaging/tests/ConsumerTest.as | 342 +- .../messaging/tests/ConsumerWithServerTest.as | 530 +- .../mx/messaging/tests/HexEncoderDecoderTest.as | 242 +- .../src/mx/messaging/tests/MessageAgentTest.as | 508 +- .../src/mx/messaging/tests/ServerConfigTest.as | 276 +- .../messaging/tests/helpers/AMFTestResponder.as | 146 +- .../messaging/tests/helpers/CheckUnsubHelper.as | 110 +- .../tests/helpers/ConsumerPollingHelper.as | 134 +- .../messaging/tests/helpers/EqualityHelper.as | 986 +- .../messaging/tests/helpers/MockMessageAgent.as | 114 +- .../mx/messaging/tests/helpers/PollingTester.as | 172 +- .../src/mx/messaging/tests/helpers/TestEvent.as | 74 +- .../messaging/tests/helpers/TestResultEvent.as | 96 +- .../messaging/tests/helpers/TestStatusEvent.as | 96 +- .../flexunit/src/mx/rpc/tests/AllRemoteTests.as | 152 +- .../src/mx/rpc/tests/MXMLRemoteObjectTest.as | 402 +- .../src/mx/rpc/tests/RemoteObjectAsMXMLTest.as | 126 +- .../src/mx/rpc/tests/RemoteObjectTest.as | 802 +- .../src/mx/utils/tests/ObjectUtilTest.as | 496 +- .../flexunit/src/mx/utils/tests/UIDUtilTest.as | 360 +- .../messaging/Base64EncodeLargeByteArrayTest.as | 154 +- .../mx/messaging/HexEncodeLargeByteArrayTest.as | 154 +- .../flexunit/stylesheets/junit-frames.xsl | 1502 +- .../flexunit/stylesheets/junit-noframes.xsl | 1038 +- .../apps/qa-regress/testsuites/mxunit/build.xml | 956 +- .../mxunit/stylesheets/junit-frames.xsl | 1498 +- .../mxunit/stylesheets/junit-noframes.xsl | 1038 +- .../mxunit/tests/MBean/Log/LogMBeans.mxml | 464 +- .../mxunit/tests/MBean/Log/MBeanFunctions.as | 294 +- .../mxunit/tests/MBean/jmx/MBeanFunctions.as | 304 +- .../tests/MBean/jmx/MBeanServerGateway.mxml | 1254 +- .../MBean/jmx/MBeanServerGateway_register.mxml | 538 +- .../testsuites/mxunit/tests/MBean/jmx/Simple.as | 54 +- .../mxunit/tests/MBean/jmx/appServer.jsp | 32 +- .../ServiceAdapterControlMBeanTest.mxml | 386 +- .../StreamingAMFEndpointMBean.mxml | 376 +- .../StreamingHTTPEndpointMBean.mxml | 378 +- .../MBean/proxyservice/HTTPDestinationTest.mxml | 534 +- .../proxyservice/ProxyServiceMBeanTest.mxml | 382 +- .../MBean/proxyservice/SOAPDestinationTest.mxml | 434 +- .../runtime/AdminConsoleDisplayRegistrar.mxml | 262 +- .../runtime/messaging/MessageBrokerControl.mxml | 486 +- .../client/FlexClientManagerControl.mxml | 330 +- .../endpoints/AMF/AMFEndpointControl.mxml | 450 +- .../endpoints/AMF/simpleMessagingTest.as | 312 +- .../endpoints/HTTP/HTTPEndpointControl.mxml | 480 +- .../endpoints/HTTP/simpleMessagingTest.as | 304 +- .../StreamingAMFEndpointControl.mxml | 380 +- .../StreamingAMF/simpleMessagingTest.as | 308 +- .../StreamingHTTPEndpointControl.mxml | 380 +- .../StreamingHTTP/simpleMessagingTest.as | 308 +- .../tests/errorhandling/roExceptionTest.mxml | 134 +- .../serviceAndDestinationMismatchTest.mxml | 260 +- .../MPI/MPIJMSMessagingTest.mxml | 618 +- .../messagingService/MPI/MPIMessagingTest.mxml | 604 +- .../amfChannelWithStreamingEndpoint.mxml | 184 +- .../tests/messagingService/TestTypedObject.as | 58 +- .../blz-300/subscribeConsumerFromClass.mxml | 138 +- .../messagingService/customAdapterTest.mxml | 568 +- .../customTypeMarhsaller/TestTypedObject.as | 56 +- .../typeMarshallerTestAMFStream.mxml | 452 +- .../typeMarshallerTestHTTPStream.mxml | 454 +- .../dynamicDestinations/basicsAMF.mxml | 576 +- .../dynamicDestinations/headersAMF.mxml | 442 +- .../invalidSubtopicsAMF.mxml | 502 +- .../dynamicDestinations/mixedSeparatorsAMF.mxml | 468 +- .../mixedSeparatorsColonSeparatorAMF.mxml | 466 +- .../securityEmployeeUserAMF.mxml | 706 +- .../securityGuestUserAMF.mxml | 704 +- .../securityManagerUserAMF.mxml | 724 +- .../securitySupervisorUserAMF.mxml | 718 +- .../subtopicsEnabledWildcardsNotAllowed.mxml | 292 +- .../subtopicsNotAllowedAMF.mxml | 304 +- ...btopicsNotAllowedAllowSubtopicsFalseAMF.mxml | 302 +- .../dynamicDestinations/wildcardsAMF.mxml | 952 +- .../wildcardsColonSeparatorAMF.mxml | 954 +- .../JMSSelectorBooleanTestNegative.mxml | 352 +- .../JMSSelectorBooleanTestPositive.mxml | 310 +- .../jmsselectors/JMSSelectorInTestNegative.mxml | 354 +- .../jmsselectors/JMSSelectorInTestPositive.mxml | 312 +- .../JMSSelectorLikeTestPositive.mxml | 314 +- .../JMSSelectorMixedTestNegative.mxml | 356 +- .../JMSSelectorMixedTestPositive.mxml | 314 +- .../JMSSelectorNullNotNullTestPositive.mxml | 312 +- .../JMSSelectorNumberTestBetween.mxml | 308 +- .../JMSSelectorNumberTestNegative.mxml | 352 +- .../JMSSelectorNumberTestPositive.mxml | 312 +- .../JMSSelectorStringTestNegative.mxml | 352 +- .../JMSSelectorStringTestPositive.mxml | 312 +- .../messagingService/messagingJMSMapTest.mxml | 544 +- .../messagingJMSObjectTest.mxml | 556 +- .../messagingJMSQueueMapTest.mxml | 546 +- .../messagingJMSQueueObjectTest.mxml | 556 +- .../messagingService/messagingObjectTest.mxml | 556 +- .../messagingService/messagingTestNoProps.mxml | 526 +- ...ltiTopicConsumerRemoveSubscriptionsTest.mxml | 176 +- .../multiTopicMXMLTagMessagingTest.mxml | 522 +- .../multiTopic/multiTopicMessagingTest.mxml | 532 +- .../messagingService/multipleMessagesTest.mxml | 584 +- .../priority/destinationPriorityTenTest.mxml | 564 +- .../priority/destinationPriorityZeroTest.mxml | 564 +- .../messagePriorityGrtrThanNineTest.mxml | 564 +- .../messagePriorityLessThanZeroTest.mxml | 564 +- .../priority/messagePriorityNineTest.mxml | 564 +- .../priority/messagePriorityZeroTest.mxml | 564 +- .../priority/messagingTest.mxml | 622 +- ...pleMessagesDescendingDegreePriorityTest.mxml | 696 +- ...agesMessageHeaderDescendingPriorityTest.mxml | 748 +- ...gesProducerHeaderDescendingPriorityTest.mxml | 746 +- .../priority/priority01MessagingTest.mxml | 566 +- .../priority/priority02MessagingTest.mxml | 568 +- .../priority/priority03MessagingTest.mxml | 566 +- .../priority/priority04MessagingTest.mxml | 566 +- .../priority/priority05MessagingTest.mxml | 564 +- .../priority/priority06MessagingTest.mxml | 564 +- .../priority/priority07MessagingTest.mxml | 564 +- .../priority/priority08MessagingTest.mxml | 564 +- .../priority/priority09MessagingTest.mxml | 564 +- .../priority/priority10MessagingTest.mxml | 564 +- .../priority/priority11MessagingTest.mxml | 564 +- .../producerPriorityGrtrThanNineTest.mxml | 564 +- ...essThanZeroAndHasDefaultDestSettingTest.mxml | 564 +- .../producerPriorityLessThanZeroTest.mxml | 564 +- .../priority/producerPriorityNineTest.mxml | 564 +- .../priority/producerPriorityNullTest.mxml | 564 +- .../priority/producerPriorityZeroTest.mxml | 564 +- .../messagingService/proBadDestination.mxml | 152 +- .../routedMessageListenerTest.mxml | 210 +- ...hannelSetAuthenticationJMSMessagingTest.mxml | 522 +- .../ChannelSetAuthenticationMessagingTest.mxml | 480 +- ...etAuthenticationMultipleLoginLogoutTest.mxml | 390 +- .../security/ChannelSetAuthenticationTest.mxml | 350 +- .../polling-amf/JMSAuthConSubscribeTest.mxml | 424 +- .../polling-amf/JMSAuthProSendTest.mxml | 426 +- .../JMSAuthSendSubscribeConstraintTest.mxml | 478 +- .../MessagingAuthConSubscribeTest.mxml | 424 +- .../polling-amf/MessagingAuthProSendTest.mxml | 396 +- ...essagingAuthSendSubscribeConstraintTest.mxml | 438 +- .../MessagingAuthenticationTest.mxml | 530 +- .../MessagingAuthenticationTest2.mxml | 160 +- ...MultiTopicMessagingAuthConSubscribeTest.mxml | 436 +- .../polling-http/JMSAuthConSubscribeTest.mxml | 424 +- .../polling-http/JMSAuthProSendTest.mxml | 426 +- .../JMSAuthSendSubscribeConstraintTest.mxml | 478 +- .../MessagingAuthConSubscribeTest.mxml | 424 +- .../polling-http/MessagingAuthProSendTest.mxml | 396 +- ...essagingAuthSendSubscribeConstraintTest.mxml | 438 +- .../MessagingAuthenticationTest.mxml | 530 +- .../MessagingAuthenticationTest2.mxml | 160 +- ...MultiTopicMessagingAuthConSubscribeTest.mxml | 436 +- .../streaming-amf/JMSAuthConSubscribeTest.mxml | 424 +- .../streaming-amf/JMSAuthProSendTest.mxml | 426 +- .../JMSAuthSendSubscribeConstraintTest.mxml | 484 +- .../MessagingAuthConSubscribeTest.mxml | 424 +- .../streaming-amf/MessagingAuthProSendTest.mxml | 426 +- ...essagingAuthSendSubscribeConstraintTest.mxml | 438 +- .../MessagingAuthenticationTest.mxml | 530 +- .../MessagingAuthenticationTest2.mxml | 160 +- ...MultiTopicMessagingAuthConSubscribeTest.mxml | 436 +- .../streaming-http/JMSAuthConSubscribeTest.mxml | 424 +- .../streaming-http/JMSAuthProSendTest.mxml | 426 +- .../JMSAuthSendSubscribeConstraintTest.mxml | 484 +- .../MessagingAuthConSubscribeTest.mxml | 424 +- .../MessagingAuthProSendTest.mxml | 424 +- ...essagingAuthSendSubscribeConstraintTest.mxml | 438 +- .../MessagingAuthenticationTest.mxml | 530 +- .../MessagingAuthenticationTest2.mxml | 160 +- ...MultiTopicMessagingAuthConSubscribeTest.mxml | 436 +- .../selectors/SelectorBooleanTestNegative.mxml | 352 +- .../selectors/SelectorBooleanTestPositive.mxml | 310 +- .../selectors/SelectorInTestNegative.mxml | 354 +- .../selectors/SelectorInTestPositive.mxml | 312 +- .../selectors/SelectorLikeTestPositive.mxml | 314 +- .../selectors/SelectorMixedTestNegative.mxml | 356 +- .../selectors/SelectorMixedTestPositive.mxml | 314 +- .../SelectorNullNotNullTestPositive.mxml | 312 +- .../selectors/SelectorNumberTestBetween.mxml | 308 +- .../selectors/SelectorNumberTestNegative.mxml | 352 +- .../selectors/SelectorNumberTestPositive.mxml | 312 +- .../selectors/SelectorStringTestNegative.mxml | 352 +- .../selectors/SelectorStringTestPositive.mxml | 312 +- .../serverPushEnumStreamingAMFTest.mxml | 470 +- .../serverPushEnumStreamingHTTPTest.mxml | 470 +- .../messagingService/serverPushEnumTest.mxml | 470 +- .../serverPushOverlappingChannelSetsTest.mxml | 394 +- .../tests/messagingService/serverPushTest.mxml | 472 +- .../serverPushWithSubtopicTest.mxml | 522 +- .../simpleJMSMessagingAsyncTest.mxml | 528 +- ...leJMSMessagingConnectionCredentialsTest.mxml | 528 +- ...simpleJMSMessagingDeprecatedAttribsTest.mxml | 526 +- .../simpleJMSMessagingDurableQueueTest.mxml | 526 +- .../simpleJMSMessagingDurableTest.mxml | 606 +- .../simpleJMSMessagingPreserveHeadersTest.mxml | 530 +- .../simpleJMSMessagingSyncTest.mxml | 526 +- .../simpleJMSMessagingTest.mxml | 530 +- .../simpleJMSQueueMessagingTest.mxml | 526 +- .../messagingService/simpleMessagingTest.mxml | 526 +- .../simpleMessagingTest_StreamingHTTP.mxml | 526 +- .../disconnectResubscribeJMSTest.mxml | 464 +- .../longpolling/disconnectResubscribeTest.mxml | 464 +- .../multipleDisconnectsResubscribesTest.mxml | 454 +- .../polling/disconnectResubscribeJMSTest.mxml | 464 +- .../polling/disconnectResubscribeTest.mxml | 464 +- .../multipleDisconnectsResubscribesTest.mxml | 454 +- .../streaming/disconnectResubscribeJMSTest.mxml | 464 +- .../streaming/disconnectResubscribeTest.mxml | 464 +- .../multipleDisconnectsResubscribesTest.mxml | 454 +- .../DeserializationValidatorConfigTest.mxml | 282 +- .../tests/proxyService/184631/WSTest.mxml | 232 +- .../184631/bug184631useProxyTrue.mxml | 232 +- .../tests/proxyService/184950/bug184950.mxml | 258 +- .../proxyService/202863/bug202863DocLit.mxml | 252 +- .../proxyService/202863/bug202863RpcEnc.mxml | 252 +- .../proxyService/92441/bug92441SoapFault.mxml | 240 +- .../mxunit/tests/proxyService/92441/echo.wsdl | 1242 +- .../tests/proxyService/92441/echoFault.xml | 60 +- .../httpservice/MultiHeaderTest.mxml | 310 +- .../amfchannel/hsMulti_contenttype_xml.mxml | 278 +- .../httpservice/amfchannel/hs_attributes.mxml | 116 +- .../httpservice/amfchannel/hs_cancel.mxml | 84 +- .../httpservice/amfchannel/hs_channelset.mxml | 144 +- .../amfchannel/hs_contenttype_xml.mxml | 226 +- .../httpservice/amfchannel/hs_extraparams.mxml | 130 +- .../httpservice/amfchannel/hs_resultformat.mxml | 396 +- .../amfchannel/hs_send_no_request.mxml | 234 +- .../amfchannel/hs_send_with_request.mxml | 304 +- .../amfchannel/hs_xmldecode_xmlencode.mxml | 158 +- .../httpservice/bugs/171569/bug171569.mxml | 154 +- .../bugs/171569/bug171569_alternate.mxml | 180 +- .../httpservice/bugs/203212/TestCase203212.as | 108 +- .../httpservice/bugs/203212/bug203212.mxml | 192 +- .../httpservice/bugs/203359/bug203359.mxml | 162 +- .../bugs/PutAndDeleteMethodTests.mxml | 168 +- .../httpservice/bugs/sdk-11229/sdk11229.mxml | 252 +- .../httpservice/httpchannel/hs_attributes.mxml | 140 +- .../httpservice/httpchannel/hs_cancel.mxml | 154 +- .../httpservice/httpchannel/hs_channelset.mxml | 192 +- .../httpchannel/hs_contenttype_xml.mxml | 340 +- .../httpservice/httpchannel/hs_extraparams.mxml | 226 +- .../httpchannel/hs_resultformat.mxml | 492 +- .../httpchannel/hs_send_no_request.mxml | 296 +- .../httpchannel/hs_send_with_request.mxml | 374 +- .../httpchannel/hs_xmldecode_xmlencode.mxml | 198 +- .../ConstructorNegativeTest.mxml | 272 +- .../tests/remotingService/badEndpointTest.mxml | 154 +- .../tests/remotingService/dataTypes/Bean.as | 412 +- .../dataTypes/BeanRulesTest.mxml | 378 +- .../dataTypes/BigDecimalTypesTest.mxml | 514 +- .../dataTypes/BigIntegerTypesTest.mxml | 424 +- .../tests/remotingService/dataTypes/Book.as | 102 +- .../dataTypes/BooleanTypesTest.mxml | 1728 +- .../dataTypes/ByteTypesTest.mxml | 1140 +- .../dataTypes/CharTypesTest.mxml | 1026 +- .../dataTypes/CircularReferencingTest.mxml | 284 +- .../dataTypes/ComplexCustomTypeTest.mxml | 280 +- .../dataTypes/CreateASObjectForMissingTest.mxml | 226 +- .../dataTypes/CustomTypeTest.mxml | 758 +- .../dataTypes/DateTypesTest.mxml | 702 +- .../dataTypes/DeferInstantiationTest.mxml | 226 +- .../remotingService/dataTypes/DocumentTest.mxml | 252 +- .../dataTypes/DoubleTypesTest.mxml | 1492 +- .../tests/remotingService/dataTypes/EnumType.as | 102 +- .../remotingService/dataTypes/EnumTypeTest.mxml | 218 +- .../dataTypes/ExternalizableDate.as | 136 +- .../dataTypes/ExternalizableTest.mxml | 114 +- .../dataTypes/FloatTypesTest.mxml | 850 +- .../ImageSnapshot/testCaptureBitmapData.mxml | 172 +- .../ImageSnapshot/testCaptureImage.mxml | 222 +- .../ImageSnapshot/testCaptureImageJPEG.mxml | 164 +- .../testCaptureImageScaleLimitedFalse.mxml | 164 +- .../testCaptureImageScaleLimitedFalseJPEG.mxml | 168 +- .../testCaptureImageScaleLimitedTrue.mxml | 166 +- .../testCaptureImageScaleLimitedTrueJPEG.mxml | 164 +- .../ImageSnapshot/testEncodeImageAsBase64.mxml | 160 +- .../remotingService/dataTypes/IntTypesTest.mxml | 1068 +- .../dataTypes/LongTypesTest.mxml | 1128 +- .../remotingService/dataTypes/MapTypeTest.mxml | 134 +- .../dataTypes/MethodOverLoadingTests.mxml | 176 +- .../remotingService/dataTypes/MissingBook.as | 102 +- .../dataTypes/MissingTestTypedObject.as | 106 +- .../remotingService/dataTypes/MyFileRef.as | 50 +- .../dataTypes/NoRemoteAliasBook.as | 100 +- .../dataTypes/PropertyProxyTest.mxml | 166 +- .../remotingService/dataTypes/ReadOnlyTest.mxml | 168 +- .../dataTypes/SQLDateTypesTest.mxml | 510 +- .../dataTypes/ShortTypesTest.mxml | 948 +- .../dataTypes/StringTypesTest.mxml | 630 +- .../remotingService/dataTypes/SuperBook.as | 50 +- .../dataTypes/TestTypedObject.as | 106 +- .../dataTypes/VectorTypesTest.mxml | 436 +- .../dataTypes/amf/inheritPropsTest.mxml | 134 +- .../remotingService/dataTypes/bean_namespace.as | 42 +- .../dataTypes/http/inheritPropsTest.mxml | 134 +- .../remotingService/domainbaseEndpointTest.mxml | 156 +- .../remotingService/fault/CustomException.as | 56 +- .../fault/CustomExceptionTest.mxml | 136 +- .../fault/DestinatedClassNotFoundTest.mxml | 136 +- .../fault/InvalidMethodTest.mxml | 130 +- .../remotingService/fault/NumberOfArgsTest.mxml | 130 +- .../remotingService/fault/WrongArgTypeTest.mxml | 130 +- .../tests/remotingService/forwardToAMF.jsp | 36 +- .../mxml/ArgumentsOrderTest.mxml | 192 +- .../remotingService/mxml/BasicSyntaxTest.mxml | 150 +- .../mxml/ConcurrencyLastTest.mxml | 146 +- .../mxml/ConcurrencyMultipleTest.mxml | 116 +- .../mxml/ConcurrencyServiceLevelLastTest.mxml | 150 +- .../ConcurrencyServiceLevelMultipleTest.mxml | 116 +- .../mxml/ConcurrencyServiceLevelSingleTest.mxml | 114 +- .../mxml/ConcurrencySingleTest.mxml | 114 +- .../mxml/HttpChannelInValidateTest.mxml | 132 +- .../mxml/MakeObjectBindableTest.mxml | 288 +- .../mxml/RequestTimeoutTest.mxml | 252 +- .../mxml/ShowBusyCursorTest.mxml | 220 +- .../remotingService/relativeEndpointTest.mxml | 156 +- .../result/ResultBindableTest.mxml | 144 +- .../security/CustomAuthHttpChannelTest.mxml | 270 +- .../security/CustomAuthTest.mxml | 212 +- .../security/ExcludeMethodsTest.mxml | 224 +- .../security/IncludeMethodsTest.mxml | 516 +- .../security/IncludeMethodsWinTest.mxml | 514 +- .../security/nestedConstrainsTest.mxml | 490 +- .../FlexSessionAttributeListenerTest.mxml | 222 +- .../stateful/DifferentInstanceTest.mxml | 126 +- .../stateful/IsSameInstanceTest.mxml | 136 +- .../runtimeConfiguration/roMessageDestTest.mxml | 234 +- .../runtimeAddRemoveDestTest.mxml | 246 +- .../runtimeHTTPProxyDestTest.mxml | 182 +- .../runtimeJMSDestTest.mxml | 236 +- .../runtimeMessageDestTest.mxml | 212 +- .../runtimeRemotingDestTest.mxml | 150 +- .../runtimeSOAPProxyAdapterTest.mxml | 232 +- .../runtimeUnmanagedDestTest.mxml | 294 +- .../startupHTTPProxyDestTest.mxml | 156 +- .../startupJMSDestTest.mxml | 226 +- .../startupMessageDestTest.mxml | 226 +- .../startupRemotingDestTest.mxml | 150 +- .../startupSOAPProxyAdapterTest.mxml | 248 +- .../mixedSeparatorsColonSeparatorAMF.mxml | 494 +- .../multiTopic/multiTopicMessagingTest.mxml | 640 +- .../polling-amf/MessagingAuthProSendTest.mxml | 400 +- .../MessagingAuthConSubscribeTest.mxml | 428 +- ...essagingAuthSendSubscribeConstraintTest.mxml | 438 +- .../messagingService/simpleMessagingTest.mxml | 634 +- .../remotingService/mxml/BasicSyntaxTest.mxml | 172 +- .../simpleMessagingTest_SecureAMF.mxml | 526 +- .../simpleMessagingTest_SecureHTTP.mxml | 526 +- .../amfchannel/hs_send_no_request.mxml | 288 +- .../amfchannel/hs_send_with_request.mxml | 364 +- .../httpchannel/hs_send_no_request.mxml | 296 +- .../httpchannel/hs_send_with_request.mxml | 368 +- attic/qa/build.properties | 54 +- attic/qa/build.xml | 222 +- attic/qa/features/checkintests-all.properties | 50 +- .../features/checkintests-messaging.properties | 36 +- attic/qa/features/checkintests-rpc.properties | 36 +- attic/qa/features/checkintests.properties | 36 +- attic/qa/features/common.properties | 32 +- attic/qa/features/excludes.properties | 104 +- attic/qa/features/excludes.soft.properties | 54 +- attic/qa/features/fds_approval.properties | 64 +- attic/qa/features/full.properties | 74 +- attic/qa/features/httpService.properties | 38 +- attic/qa/features/messaging.properties | 46 +- attic/qa/features/remoteObject.properties | 36 +- .../qa/features/runtimeConfiguration.properties | 34 +- attic/qa/features/spring.properties | 34 +- attic/qa/features/ssl.properties | 34 +- attic/qa/features/test.properties | 62 +- attic/qa/resources/config/messaging-config.xml | 56 +- attic/qa/resources/config/proxy-config.xml | 94 +- attic/qa/resources/config/remoting-config.xml | 60 +- attic/qa/resources/config/services-config.xml | 226 +- attic/qa/resources/webtier/build.xml | 184 +- .../resources/webtier/flex_sdk_3/air-config.xml | 562 +- .../webtier/flex_sdk_3/flex-config.xml | 714 +- .../webtier/flex_sdk_3/flex-webtier-config.xml | 258 +- attic/qa/resources/webtier/flex_sdk_3/web.xml | 434 +- .../resources/webtier/flex_sdk_3/web.xml.spring | 430 +- .../resources/webtier/flex_sdk_4/air-config.xml | 806 +- .../webtier/flex_sdk_4/flex-config.xml | 880 +- .../webtier/flex_sdk_4/flex-webtier-config.xml | 258 +- attic/qa/resources/webtier/flex_sdk_4/web.xml | 408 +- .../resources/webtier/flex_sdk_4/web.xml.spring | 398 +- .../qa/src/qa/utils/mxml/MXMLCServlet.java | 596 +- attic/qa/resources/webtier/qa/web.xml | 362 +- attic/qa/resources/webtier/qa/web.xml.spring | 352 +- attic/qa/src/build.xml | 174 +- attic/readme.txt | 82 +- attic/resources/clustering/readme.txt | 72 +- .../HTTPProxyBootstrapService.java | 506 +- .../MessagingBootstrapService.java | 658 +- .../config/bootstrapservices/README.txt | 44 +- .../RemotingBootstrapService.java | 438 +- attic/resources/config/messaging-config.xml | 734 +- attic/resources/config/proxy-config.xml | 282 +- attic/resources/config/readme.txt | 50 +- attic/resources/config/remoting-config.xml | 438 +- attic/resources/config/services-config.xml | 1804 +- .../fds-ajax-bridge/actionscript/FDMSBase.as | 58 +- .../fds-ajax-bridge/actionscript/FDMSBridge.as | 432 +- .../actionscript/bridge/FABridge.as | 1884 +- attic/resources/fds-ajax-bridge/build.xml | 180 +- .../fds-ajax-bridge/javascript/FABridge.js | 1310 +- .../fds-ajax-bridge/javascript/FDMSLib.js | 526 +- attic/resources/fds-ajax-bridge/readme.txt | 48 +- .../ClassLoggingDeserializationValidator.java | 252 +- attic/resources/security/jboss/readme.txt | 44 +- attic/resources/security/tomcat/context.xml | 12 +- attic/resources/security/tomcat/readme.txt | 18 +- attic/resources/security/websphere/readme.txt | 22 +- attic/sampledb/flexdemodb/flexdemodb.properties | 64 +- attic/sampledb/flexdemodb/flexdemodb.script | 40148 ++++++++--------- attic/sampledb/server.properties | 40 +- attic/sampledb/startdb.bat | 32 +- attic/sampledb/startdb.sh | 32 +- attic/sampledb/stopdb.bat | 32 +- attic/sampledb/stopdb.sh | 32 +- .../bin/catalina.bat | 574 +- .../bin/catalina.sh | 4 +- .../apache-tomcat-6.0.29-overlay/build.xml | 110 +- .../conf/Catalina/localhost/blazeds-spring.xml | 58 +- .../localhost/blazeds-spring.xml.install | 6 +- .../conf/Catalina/localhost/blazeds.xml | 58 +- .../conf/Catalina/localhost/blazeds.xml.install | 6 +- .../conf/Catalina/localhost/ds-console.xml | 8 +- .../Catalina/localhost/ds-console.xml.install | 6 +- .../conf/Catalina/localhost/qa-manual.xml | 72 +- .../conf/Catalina/localhost/qa-regress.xml | 64 +- .../conf/Catalina/localhost/samples-spring.xml | 58 +- .../localhost/samples-spring.xml.install | 6 +- .../conf/Catalina/localhost/samples.xml | 8 +- .../conf/Catalina/localhost/samples.xml.install | 6 +- .../conf/context.xml | 64 +- .../webapps/ROOT/WEB_INF/web.xml | 4 +- .../webapps/ROOT/index.html | 100 +- .../messaging/security/OracleLoginCommand.java | 186 +- .../flex/messaging/security/OracleUser.java | 236 +- .../flex/messaging/vendors.properties | 104 +- .../flex/messaging/security/Tomcat7Valve.java | 626 +- .../flex/messaging/security/TomcatLogin.java | 142 +- .../messaging/security/TomcatLoginCommand.java | 248 +- .../messaging/security/TomcatLoginHolder.java | 126 +- .../flex/messaging/security/TomcatValve.java | 550 +- .../messaging/security/TomcatValve4150.java | 536 +- .../messaging/security/tomcat-descriptor.xml | 134 +- .../security/WeblogicLoginCommand.java | 478 +- .../management/WebSphereMBeanServerLocator.java | 170 +- .../security/WebSphereLoginCommand.java | 546 +- .../AsynchBeansWorkManagerExecutor.java | 462 +- .../services/HTTPProxyServiceControl.java | 108 +- .../services/HTTPProxyServiceControlMBean.java | 48 +- .../services/http/HTTPProxyAdapterControl.java | 110 +- .../http/HTTPProxyAdapterControlMBean.java | 58 +- .../http/HTTPProxyDestinationControl.java | 406 +- .../http/HTTPProxyDestinationControlMBean.java | 190 +- .../services/http/SOAPProxyAdapterControl.java | 106 +- .../http/SOAPProxyAdapterControlMBean.java | 56 +- .../messaging/services/HTTPProxyService.java | 724 +- .../services/http/ExternalProxySettings.java | 364 +- .../http/HTTPConnectionManagerSettings.java | 664 +- .../services/http/HTTPProxyAdapter.java | 1554 +- .../services/http/HTTPProxyDestination.java | 1000 +- .../http/HostConfigurationSettings.java | 502 +- .../services/http/ProtocolFactory.java | 92 +- .../services/http/SOAPProxyAdapter.java | 228 +- .../EasySSLProtocolSocketFactory.java | 452 +- .../http/httpclient/EasyX509TrustManager.java | 360 +- .../services/http/httpclient/FlexGetMethod.java | 122 +- .../http/httpclient/FlexPostMethod.java | 122 +- .../services/http/proxy/AccessFilter.java | 118 +- .../services/http/proxy/CookieInfo.java | 112 +- .../services/http/proxy/ErrorFilter.java | 172 +- .../services/http/proxy/ProxyConstants.java | 96 +- .../services/http/proxy/ProxyContext.java | 620 +- .../services/http/proxy/ProxyContextFilter.java | 438 +- .../services/http/proxy/ProxyException.java | 110 +- .../services/http/proxy/ProxyFilter.java | 94 +- .../services/http/proxy/ProxyUtil.java | 76 +- .../services/http/proxy/RequestFilter.java | 1370 +- .../services/http/proxy/RequestUtil.java | 270 +- .../services/http/proxy/ResponseFilter.java | 852 +- .../services/http/proxy/ResponseUtil.java | 140 +- .../services/http/proxy/SecurityFilter.java | 540 +- .../services/http/proxy/SharedProxyContext.java | 276 +- .../messaging/services/http/proxy/Target.java | 218 +- .../services/RemotingServiceControl.java | 98 +- .../services/RemotingServiceControlMBean.java | 52 +- .../remoting/RemotingDestinationControl.java | 286 +- .../RemotingDestinationControlMBean.java | 106 +- .../remoting/adapters/JavaAdapterControl.java | 98 +- .../adapters/JavaAdapterControlMBean.java | 56 +- .../messaging/services/RemotingService.java | 536 +- .../services/remoting/PageableRowSetCache.java | 270 +- .../services/remoting/RemotingDestination.java | 354 +- .../services/remoting/adapters/JavaAdapter.java | 1172 +- .../adapters/NoSuchMethodException.java | 76 +- .../adapters/NoSuchServiceException.java | 76 +- .../remoting/adapters/RemotingMethod.java | 188 +- ...irmBlazeDsXmlProcessingXXEVulnerability.java | 7 - 1293 files changed, 228772 insertions(+), 228779 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/012fad7c/attic/apps/blazeds-spring/WEB-INF/classes/commons-logging.properties ---------------------------------------------------------------------- diff --git a/attic/apps/blazeds-spring/WEB-INF/classes/commons-logging.properties b/attic/apps/blazeds-spring/WEB-INF/classes/commons-logging.properties index b8a3e1f..46c3be4 100755 --- a/attic/apps/blazeds-spring/WEB-INF/classes/commons-logging.properties +++ b/attic/apps/blazeds-spring/WEB-INF/classes/commons-logging.properties @@ -1,19 +1,19 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# suppress logging for 3rd-party libraries using commons-logging -# Flex logging is not configured here. It is configured through in the logging section of flex-config.xml -org.apache.commons.logging.LogFactory=org.apache.commons.logging.impl.LogFactoryImpl +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# suppress logging for 3rd-party libraries using commons-logging +# Flex logging is not configured here. It is configured through in the logging section of flex-config.xml +org.apache.commons.logging.LogFactory=org.apache.commons.logging.impl.LogFactoryImpl org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/012fad7c/attic/apps/blazeds-spring/WEB-INF/flex-servlet.xml ---------------------------------------------------------------------- diff --git a/attic/apps/blazeds-spring/WEB-INF/flex-servlet.xml b/attic/apps/blazeds-spring/WEB-INF/flex-servlet.xml index 2388bce..21d1e5a 100755 --- a/attic/apps/blazeds-spring/WEB-INF/flex-servlet.xml +++ b/attic/apps/blazeds-spring/WEB-INF/flex-servlet.xml @@ -1,34 +1,34 @@ - - - - - - - - + + + + + + + + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/012fad7c/attic/apps/blazeds-spring/WEB-INF/flex/messaging-config.xml ---------------------------------------------------------------------- diff --git a/attic/apps/blazeds-spring/WEB-INF/flex/messaging-config.xml b/attic/apps/blazeds-spring/WEB-INF/flex/messaging-config.xml index 3357c06..34f4d3f 100755 --- a/attic/apps/blazeds-spring/WEB-INF/flex/messaging-config.xml +++ b/attic/apps/blazeds-spring/WEB-INF/flex/messaging-config.xml @@ -1,32 +1,32 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + +