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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Nov 27 04:31:17 EST 2012


Author: richard.opalka at jboss.com
Date: 2012-11-27 04:31:16 -0500 (Tue, 27 Nov 2012)
New Revision: 17041

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[CXF-4653] excluding test for a while until fix is available in upstream

Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2012-11-26 13:40:18 UTC (rev 17040)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2012-11-27 09:31:16 UTC (rev 17041)
@@ -656,6 +656,10 @@
 
                  <!--# [JBWS-3441] Support CDI interceptors for POJO JAX-WS services  -->
                  <exclude>org/jboss/test/ws/jaxws/jbws3441/**</exclude>
+
+                 <!--# [CXF-4653] CXF continuations portability issue -->
+                 <exclude>org/jboss/test/ws/jaxws/cxf/continuations/**</exclude>
+                 <exclude>org/jboss/test/ws/jaxws/samples/asynch/**</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -714,6 +718,10 @@
 
                  <!--# [JBWS-3441] Support CDI interceptors for POJO JAX-WS services  -->
                  <exclude>org/jboss/test/ws/jaxws/jbws3441/**</exclude>
+
+                 <!--# [CXF-4653] CXF continuations portability issue -->
+                 <exclude>org/jboss/test/ws/jaxws/cxf/continuations/**</exclude>
+                 <exclude>org/jboss/test/ws/jaxws/samples/asynch/**</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -772,6 +780,10 @@
 
                  <!--# [JBWS-3441] Support CDI interceptors for POJO JAX-WS services  -->
                  <exclude>org/jboss/test/ws/jaxws/jbws3441/**</exclude>
+
+                 <!--# [CXF-4653] CXF continuations portability issue -->
+                 <exclude>org/jboss/test/ws/jaxws/cxf/continuations/**</exclude>
+                 <exclude>org/jboss/test/ws/jaxws/samples/asynch/**</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -825,6 +837,10 @@
 
                  <!-- # Tests migrated from JBossWS-Native specific testsuite which are meant to pass with JBossWS-CXF too, but are still to be fixed -->
                  <exclude>org/jboss/test/ws/jaxws/jbws2978/**</exclude>
+
+                 <!--# [CXF-4653] CXF continuations portability issue -->
+                 <exclude>org/jboss/test/ws/jaxws/cxf/continuations/**</exclude>
+                 <exclude>org/jboss/test/ws/jaxws/samples/asynch/**</exclude>
               </excludes>
             </configuration>
           </plugin>



More information about the jbossws-commits mailing list