Author: richard.opalka(a)jboss.com
Date: 2011-10-13 08:26:38 -0400 (Thu, 13 Oct 2011)
New Revision: 15096
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3367][AS7-1605] excluding test for now
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2011-10-13 12:22:10 UTC (rev 15095)
+++ stack/native/trunk/modules/testsuite/pom.xml 2011-10-13 12:26:38 UTC (rev 15096)
@@ -534,10 +534,10 @@
<configuration>
<argLine>${surefire.jvm.args} ${surefire.jvm.management.args}
-Djava.endorsed.dirs=${endorsed.dirs}
-Dorg.jboss.wsf.spi.deployer.Deployer=org.jboss.wsf.test.DeployerJBoss6</argLine>
<excludes>
- <!--# UsernameTokenHTTPSTestCase requires keystore & trustore in
jboss-web tomcat configuration-->
+ <!-- # UsernameTokenHTTPSTestCase requires keystore & trustore in
jboss-web tomcat configuration-->
<exclude>org/jboss/test/ws/interop/nov2007/wsse/UsernameTokenHTTPSTestCase.*</exclude>
- <!--# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored-->
+ <!-- # [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored-->
<exclude>org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*</exclude>
<!-- # [JBAS-8363] Virtual host issue in JBossWeb -->
@@ -552,6 +552,8 @@
<!-- # [AS7-1322] Implemented on AS 7.0.1 or greater only -->
<exclude>org/jboss/test/ws/publish/EndpointPublishTestCase*</exclude>
+ <!-- # [JBWS-3367][AS7-1605] fixed since AS 7.1 -->
+ <exclude>org/jboss/test/ws/jaxws/jbws3367/**</exclude>
</excludes>
</configuration>
</plugin>
@@ -675,10 +677,10 @@
<configuration>
<argLine>${surefire.jvm.args} ${surefire.jvm.management.args}
-Djava.endorsed.dirs=${endorsed.dirs}
-Dorg.jboss.wsf.spi.deployer.Deployer=org.jboss.wsf.test.DeployerJBoss6</argLine>
<excludes>
- <!--# UsernameTokenHTTPSTestCase requires keystore & trustore in
jboss-web tomcat configuration-->
+ <!-- # UsernameTokenHTTPSTestCase requires keystore & trustore in
jboss-web tomcat configuration-->
<exclude>org/jboss/test/ws/interop/nov2007/wsse/UsernameTokenHTTPSTestCase.*</exclude>
- <!--# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored-->
+ <!-- # [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored-->
<exclude>org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*</exclude>
<!-- # [JBAS-8363] Virtual host issue in JBossWeb -->
@@ -693,6 +695,8 @@
<!-- # [AS7-1322] Implemented on AS 7.0.1 or greater only -->
<exclude>org/jboss/test/ws/publish/EndpointPublishTestCase*</exclude>
+ <!-- # [JBWS-3367][AS7-1605] fixed since AS 7.1 -->
+ <exclude>org/jboss/test/ws/jaxws/jbws3367/**</exclude>
</excludes>
</configuration>
</plugin>
@@ -786,10 +790,10 @@
<configuration>
<argLine>${surefire.jvm.args} ${surefire.jvm.management.args}
-Djava.endorsed.dirs=${endorsed.dirs}</argLine>
<excludes>
- <!--# UsernameTokenHTTPSTestCase requires keystore & trustore in
jboss-web tomcat configuration-->
+ <!-- # UsernameTokenHTTPSTestCase requires keystore & trustore in
jboss-web tomcat configuration-->
<exclude>org/jboss/test/ws/interop/nov2007/wsse/UsernameTokenHTTPSTestCase.*</exclude>
- <!--# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored-->
+ <!-- # [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored-->
<exclude>org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*</exclude>
<!-- # [JBAS-8363] Virtual host issue in JBossWeb -->
@@ -810,6 +814,9 @@
<!-- AS7 integration exclusions -->
<!-- ////////////////////////// -->
+ <!-- [JBWS-3367][AS7-1605] fixed since AS 7.1 -->
+ <exclude>org/jboss/test/ws/jaxws/jbws3367/**</exclude>
+
<!-- TODO: Injections support for WS components -->
<exclude>org/jboss/test/ws/jaxws/jbws2634/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws2074/**</exclude>
@@ -963,10 +970,10 @@
<configuration>
<argLine>${surefire.jvm.args} ${surefire.jvm.management.args}
-Djava.endorsed.dirs=${endorsed.dirs}</argLine>
<excludes>
- <!--# UsernameTokenHTTPSTestCase requires keystore & trustore in
jboss-web tomcat configuration-->
+ <!-- # UsernameTokenHTTPSTestCase requires keystore & trustore in
jboss-web tomcat configuration-->
<exclude>org/jboss/test/ws/interop/nov2007/wsse/UsernameTokenHTTPSTestCase.*</exclude>
- <!--# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored-->
+ <!-- # [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored-->
<exclude>org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*</exclude>
<!-- # [JBAS-8363] Virtual host issue in JBossWeb -->
@@ -987,6 +994,9 @@
<!-- AS7 integration exclusions -->
<!-- ////////////////////////// -->
+ <!-- [JBWS-3367][AS7-1605] fixed since AS 7.1 -->
+ <exclude>org/jboss/test/ws/jaxws/jbws3367/**</exclude>
+
<!-- TODO: Injections support for WS components -->
<exclude>org/jboss/test/ws/jaxws/jbws2634/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws2074/**</exclude>
Show replies by date