[jbossws-commits] JBossWS SVN: r13105 - in stack/cxf/trunk/modules: testsuite and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Oct 12 12:54:00 EDT 2010


Author: alessio.soldano at jboss.com
Date: 2010-10-12 12:54:00 -0400 (Tue, 12 Oct 2010)
New Revision: 13105

Added:
   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] restoring custom SOAPFactory (svn merge -r 13081:13080 https://svn.jboss.org/repos/jbossws/stack/cxf/trunk .)


Copied: stack/cxf/trunk/modules/client/src/main/resources/META-INF/services/javax.xml.soap.SOAPConnectionFactory (from rev 13080, 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	                        (rev 0)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/services/javax.xml.soap.SOAPConnectionFactory	2010-10-12 16:54:00 UTC (rev 13105)
@@ -0,0 +1 @@
+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 16:49:11 UTC (rev 13104)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt	2010-10-12 16:54:00 UTC (rev 13105)
@@ -42,6 +42,3 @@
 
 # [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 16:49:11 UTC (rev 13104)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt	2010-10-12 16:54:00 UTC (rev 13105)
@@ -42,6 +42,3 @@
 
 # [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 16:49:11 UTC (rev 13104)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt	2010-10-12 16:54:00 UTC (rev 13105)
@@ -21,6 +21,3 @@
 
 # [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 16:49:11 UTC (rev 13104)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss601.txt	2010-10-12 16:54:00 UTC (rev 13105)
@@ -21,6 +21,3 @@
 
 # [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/**



More information about the jbossws-commits mailing list