[jbossws-commits] JBossWS SVN: r15124 - stack/cxf/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Oct 18 06:40:46 EDT 2011


Author: richard.opalka at jboss.com
Date: 2011-10-18 06:40:45 -0400 (Tue, 18 Oct 2011)
New Revision: 15124

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
updating excludes

Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2011-10-18 10:40:35 UTC (rev 15123)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2011-10-18 10:40:45 UTC (rev 15124)
@@ -1286,10 +1286,11 @@
                  <!--# [JBAS-8363] Virtual host issue in JBossWeb-->
                  <exclude>org/jboss/test/ws/jaxws/jbws981/JBWS981TestCase.*</exclude>
 
-                 <!-- # [JBAS-9188] Implement support for nested EJBs & WARs in .sar archives -->
+                 <!--# [JBAS-9188] On AS7 We don't support nested EJB & WAR archives neither in .sar nor in .jar archives -->
                  <exclude>org/jboss/test/ws/jaxws/jbws1854/**</exclude>
+                 <exclude>org/jboss/test/ws/jaxws/jbws2630/**</exclude>
 
-                 <!--# Seems MSFT interop. endpoints are down :(-->
+                 <!-- # Seems MSFT interop. endpoints are down :(-->
                  <exclude>org/jboss/test/ws/jaxws/cxf/interop/wstrust10/**</exclude>
 
                  <!-- ////////////////////////// -->
@@ -1307,9 +1308,6 @@
                  <!-- TODO: JMX client to AS7 server -->
                  <exclude>org/jboss/test/ws/management/recording/CustomRecordProcessorTestCase*</exclude>
 
-                 <!-- TODO: will we support wars bundled in jars on AS7? -->
-                 <exclude>org/jboss/test/ws/jaxws/jbws2630/**</exclude>
-
                  <!-- TODO: tests using org.jboss.ejb3.client.ClientLauncher -->
                  <exclude>org/jboss/test/ws/jaxws/samples/webserviceref/**</exclude>
 



More information about the jbossws-commits mailing list