Author: alessio.soldano(a)jboss.com
Date: 2012-02-15 11:36:42 -0500 (Wed, 15 Feb 2012)
New Revision: 15665
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3434] Setting excludes for AS 7.0.x
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2012-02-15 15:57:49 UTC (rev 15664)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2012-02-15 16:36:42 UTC (rev 15665)
@@ -705,6 +705,9 @@
<!-- # [JBWS-3232] javax.naming.NameNotFoundException: Name
'service' not found in context 'env' -->
<exclude>org/jboss/test/ws/jaxws/jbws3140/**</exclude>
+ <!-- # [JBWS-3434] Apache CXF STS integration available on AS 7.1
only -->
+
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustTestCase*</exclude>
+
<!-- TODO: tests using org.jboss.ejb3.client.ClientLauncher -->
<exclude>org/jboss/test/ws/jaxws/samples/webserviceref/**</exclude>
@@ -855,6 +858,9 @@
<!--# Seems MSFT interop. endpoints are down :(-->
<exclude>org/jboss/test/ws/jaxws/cxf/interop/wstrust10/**</exclude>
+ <!-- # [JBWS-3434] Apache CXF STS integration available on AS 7.1
only -->
+
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustTestCase*</exclude>
+
<!-- ////////////////////////// -->
<!-- AS7 integration exclusions -->
<!-- ////////////////////////// -->
@@ -1038,6 +1044,9 @@
<!--# Seems MSFT interop. endpoints are down :(-->
<exclude>org/jboss/test/ws/jaxws/cxf/interop/wstrust10/**</exclude>
+ <!-- # [JBWS-3434] Apache CXF STS integration available on AS 7.1
only -->
+
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustTestCase*</exclude>
+
<!-- ////////////////////////// -->
<!-- AS7 integration exclusions -->
<!-- ////////////////////////// -->
Show replies by date