JBossWS SVN: r13081 - in stack/cxf/trunk/modules: testsuite and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2010-10-12 10:39:37 -0400 (Tue, 12 Oct 2010)
New Revision: 13081
Removed:
stack/cxf/trunk/modules/client/src/main/resources/META-INF/services/javax.xml.soap.SOAPConnectionFactory
Modified:
stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss601.txt
Log:
[JBWS-3084] Disabling custom SOAPFactory for 3.4.0.CR1 release (as it still cause issues with tck) - to be reverted after release
Deleted: stack/cxf/trunk/modules/client/src/main/resources/META-INF/services/javax.xml.soap.SOAPConnectionFactory
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/services/javax.xml.soap.SOAPConnectionFactory 2010-10-12 14:33:09 UTC (rev 13080)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/services/javax.xml.soap.SOAPConnectionFactory 2010-10-12 14:39:37 UTC (rev 13081)
@@ -1 +0,0 @@
-org.jboss.wsf.stack.cxf.saaj.SOAPConnectionFactoryImpl
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2010-10-12 14:33:09 UTC (rev 13080)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2010-10-12 14:39:37 UTC (rev 13081)
@@ -42,3 +42,6 @@
# [JBWS-2957] EJB3 webservices in web archives (fixed on AS 6 series only)
org/jboss/test/ws/jaxws/jbws2957/**
+
+# [JBWS-3084] Enable control of chunked encoding when using SOAPConnection
+org/jboss/test/ws/saaj/**
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt 2010-10-12 14:33:09 UTC (rev 13080)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt 2010-10-12 14:39:37 UTC (rev 13081)
@@ -42,3 +42,6 @@
# [JBWS-2957] EJB3 webservices in web archives (fixed on AS 6 series only)
org/jboss/test/ws/jaxws/jbws2957/**
+
+# [JBWS-3084] Enable control of chunked encoding when using SOAPConnection
+org/jboss/test/ws/saaj/**
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt 2010-10-12 14:33:09 UTC (rev 13080)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt 2010-10-12 14:39:37 UTC (rev 13081)
@@ -21,3 +21,6 @@
# [JBAS-8363] Virtual host issue in JBossWeb
org/jboss/test/ws/jaxws/jbws981/JBWS981TestCase.*
+
+# [JBWS-3084] Enable control of chunked encoding when using SOAPConnection
+org/jboss/test/ws/saaj/**
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss601.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss601.txt 2010-10-12 14:33:09 UTC (rev 13080)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss601.txt 2010-10-12 14:39:37 UTC (rev 13081)
@@ -21,3 +21,6 @@
# [JBAS-8363] Virtual host issue in JBossWeb
org/jboss/test/ws/jaxws/jbws981/JBWS981TestCase.*
+
+# [JBWS-3084] Enable control of chunked encoding when using SOAPConnection
+org/jboss/test/ws/saaj/**