Author: richard.opalka(a)jboss.com
Date: 2011-10-18 06:40:35 -0400 (Tue, 18 Oct 2011)
New Revision: 15123
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
updating excludes
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2011-10-18 10:34:07 UTC (rev 15122)
+++ stack/native/trunk/modules/testsuite/pom.xml 2011-10-18 10:40:35 UTC (rev 15123)
@@ -1004,10 +1004,11 @@
<!-- # [JBWS-3150] This test causes hudson to freeze -->
<exclude>org/jboss/test/ws/common/soap/SOAPConnectionTestCase.*</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/samples/dar/**</exclude>
<exclude>org/jboss/test/ws/jaxws/samples/jmstransport/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws2630/**</exclude>
<!-- # [JBWS-3252] Investigate WSA interop tests regression -->
<exclude>org/jboss/test/ws/interop/wsa/AddressingTestCase*</exclude>
@@ -1030,9 +1031,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/webserviceref/**</exclude>
<exclude>org/jboss/test/ws/jaxws/samples/webserviceref/**</exclude>
Show replies by date