Author: richard.opalka(a)jboss.com
Date: 2012-10-05 08:26:46 -0400 (Fri, 05 Oct 2012)
New Revision: 16821
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
stack/cxf/trunk/pom.xml
Log:
[JBWS-3552] enabling test case
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2012-10-05 11:44:38 UTC (rev 16820)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2012-10-05 12:26:46 UTC (rev 16821)
@@ -690,9 +690,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>
@@ -752,9 +749,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>
@@ -813,9 +807,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>
@@ -872,9 +863,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>
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2012-10-05 11:44:38 UTC (rev 16820)
+++ stack/cxf/trunk/pom.xml 2012-10-05 12:26:46 UTC (rev 16821)
@@ -73,7 +73,7 @@
<jboss712.version>7.1.2.Final</jboss712.version>
<jboss720.version>7.2.0.Alpha1-SNAPSHOT</jboss720.version>
<ejb.api.version>1.0.1.Final</ejb.api.version>
- <cxf.version>2.6.2</cxf.version>
+ <cxf.version>2.7.0-SNAPSHOT</cxf.version>
<cxf.asm.version>3.3.1</cxf.asm.version>
<cxf.xjcplugins.version>2.6.0</cxf.xjcplugins.version>
<fastinfoset.api.version>1.2.9</fastinfoset.api.version>
Show replies by date