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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Oct 24 13:13:44 EDT 2012


Author: richard.opalka at jboss.com
Date: 2012-10-24 13:13:44 -0400 (Wed, 24 Oct 2012)
New Revision: 16947

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3552][CXF-4591] enabling test case

Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2012-10-24 17:10:39 UTC (rev 16946)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2012-10-24 17:13:44 UTC (rev 16947)
@@ -656,9 +656,6 @@
 
                  <!--# [JBWS-3441] Support CDI interceptors for POJO JAX-WS services  -->
                  <exclude>org/jboss/test/ws/jaxws/jbws3441/**</exclude>
-
-                 <!--# [JBWS-3552] @XmlJavaTypeAdapter ignored on exception classes -->
-                 <exclude>org/jboss/test/ws/jaxws/jbws3552/**</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -717,9 +714,6 @@
 
                  <!--# [JBWS-3441] Support CDI interceptors for POJO JAX-WS services  -->
                  <exclude>org/jboss/test/ws/jaxws/jbws3441/**</exclude>
-
-                 <!--# [JBWS-3552] @XmlJavaTypeAdapter ignored on exception classes -->
-                 <exclude>org/jboss/test/ws/jaxws/jbws3552/**</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -778,9 +772,6 @@
 
                  <!--# [JBWS-3441] Support CDI interceptors for POJO JAX-WS services  -->
                  <exclude>org/jboss/test/ws/jaxws/jbws3441/**</exclude>
-
-                 <!--# [JBWS-3552] @XmlJavaTypeAdapter ignored on exception classes -->
-                 <exclude>org/jboss/test/ws/jaxws/jbws3552/**</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -834,9 +825,6 @@
 
                  <!-- # 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>
-
-                 <!--# [JBWS-3552] @XmlJavaTypeAdapter ignored on exception classes -->
-                 <exclude>org/jboss/test/ws/jaxws/jbws3552/**</exclude>
               </excludes>
             </configuration>
           </plugin>



More information about the jbossws-commits mailing list