[jbossws-commits] JBossWS SVN: r15768 - in stack/cxf/trunk/modules/testsuite: cxf-spring-tests/src/test/java/org/jboss/test/ws/jaxws/samples and 1 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Feb 28 05:42:26 EST 2012


Author: alessio.soldano at jboss.com
Date: 2012-02-28 05:42:25 -0500 (Tue, 28 Feb 2012)
New Revision: 15768

Removed:
   stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/java/org/jboss/test/ws/jaxws/samples/jmstransport/
   stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/samples/jmsendpoints/
   stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/samples/jmstransport/
Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
Removing AS6 tests (former WS JMS support, replaced by SOAP-over-JMS on AS 7.x)


Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2012-02-28 10:01:38 UTC (rev 15767)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2012-02-28 10:42:25 UTC (rev 15768)
@@ -716,9 +716,6 @@
                  <!-- JAXR not available -->
                  <exclude>org/jboss/test/ws/jaxws/samples/jaxr/**</exclude>
 
-                 <!-- Former JMS endpoint functionalities replaced by SOAP-over-JMS on AS7 -->
-                 <exclude>org/jboss/test/ws/jaxws/samples/**/jmstransport/**</exclude>
-
                  <!-- # [AS7-1322] Implemented on AS 7.1.0 or greater only -->
                  <exclude>org/jboss/test/ws/publish/EndpointPublishTestCase*</exclude>
 
@@ -898,9 +895,6 @@
                  <!-- JAXR not available -->
                  <exclude>org/jboss/test/ws/jaxws/samples/jaxr/**</exclude>
 
-                 <!-- Former JMS endpoint functionalities replaced by SOAP-over-JMS on AS7 -->
-                 <exclude>org/jboss/test/ws/jaxws/samples/**/jmstransport/**</exclude>
-
                  <!-- # [AS7-1322] Implemented on AS 7.1.0 or greater only -->
                  <exclude>org/jboss/test/ws/publish/EndpointPublishTestCase*</exclude>
 
@@ -1109,9 +1103,6 @@
                  <!-- # Seems MSFT interop. endpoints are down :(-->
                  <exclude>org/jboss/test/ws/jaxws/cxf/interop/wstrust10/**</exclude>
 
-                 <!-- Former JMS endpoint functionalities replaced by SOAP-over-JMS on AS7 -->
-                 <exclude>org/jboss/test/ws/jaxws/samples/**/jmstransport/**</exclude>
-
                  <!-- TODO: tests using org.jboss.ejb3.client.ClientLauncher // also see compile exclude above -->
                  <exclude>org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase*</exclude>
 
@@ -1325,9 +1316,6 @@
                  <!-- # Seems MSFT interop. endpoints are down :(-->
                  <exclude>org/jboss/test/ws/jaxws/cxf/interop/wstrust10/**</exclude>
 
-                 <!-- Former JMS endpoint functionalities replaced by SOAP-over-JMS on AS7 -->
-                 <exclude>org/jboss/test/ws/jaxws/samples/**/jmstransport/**</exclude>
-
                  <!-- # [JBWS-3249] Restore UsernameAuthorizationCustomFileTestCase on AS7 -->
                  <exclude>org/jboss/test/ws/jaxws/samples/wsse/UsernameAuthorizationCustomFileTestCase*</exclude>
 



More information about the jbossws-commits mailing list