Author: richard.opalka(a)jboss.com
Date: 2009-02-19 05:22:44 -0500 (Thu, 19 Feb 2009)
New Revision: 9329
Modified:
stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/ServiceObjectFactory.java
stack/cxf/trunk/modules/testsuite/test-excludes-jboss422.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss424.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
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
Log:
[JBWS-2527] fixing issue
Modified:
stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/ServiceObjectFactory.java
===================================================================
---
stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/ServiceObjectFactory.java 2009-02-19
08:02:23 UTC (rev 9328)
+++
stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/ServiceObjectFactory.java 2009-02-19
10:22:44 UTC (rev 9329)
@@ -22,6 +22,7 @@
package org.jboss.wsf.stack.cxf.client;
import org.apache.cxf.Bus;
+import org.apache.cxf.BusFactory;
import org.apache.cxf.jaxws.ServiceImpl;
import org.jboss.wsf.spi.WSFException;
import org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedServiceRefMetaData;
@@ -120,6 +121,8 @@
// Get the URL to the wsdl
URL wsdlURL = serviceRef.getWsdlLocation();
+ BusFactory.setThreadDefaultBus(null); // cleanup thread locals before
constructing Service
+
// Generic javax.xml.ws.Service
if (serviceClass == Service.class)
{
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss422.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss422.txt 2009-02-19 08:02:23 UTC
(rev 9328)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss422.txt 2009-02-19 10:22:44 UTC
(rev 9329)
@@ -93,6 +93,3 @@
# [JBWS-2491] Enable JAXWS 2.1 WebServiceContext methods
org/jboss/test/ws/jaxws/jbws2257/**
-
-# [JBWS-2527] BeanFactory not initialized or already closed - call 'refresh'
before accessing beans via the ApplicationContext
-org/jboss/test/ws/jaxws/jbws2527/**
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt 2009-02-19 08:02:23 UTC
(rev 9328)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt 2009-02-19 10:22:44 UTC
(rev 9329)
@@ -93,6 +93,3 @@
# [JBWS-2491] Enable JAXWS 2.1 WebServiceContext methods
org/jboss/test/ws/jaxws/jbws2257/**
-
-# [JBWS-2527] BeanFactory not initialized or already closed - call 'refresh'
before accessing beans via the ApplicationContext
-org/jboss/test/ws/jaxws/jbws2527/**
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss424.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss424.txt 2009-02-19 08:02:23 UTC
(rev 9328)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss424.txt 2009-02-19 10:22:44 UTC
(rev 9329)
@@ -93,6 +93,3 @@
# [JBWS-2491] Enable JAXWS 2.1 WebServiceContext methods
org/jboss/test/ws/jaxws/jbws2257/**
-
-# [JBWS-2527] BeanFactory not initialized or already closed - call 'refresh'
before accessing beans via the ApplicationContext
-org/jboss/test/ws/jaxws/jbws2527/**
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt 2009-02-19 08:02:23 UTC
(rev 9328)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt 2009-02-19 10:22:44 UTC
(rev 9329)
@@ -75,6 +75,3 @@
# [JBWS-2480] Soap attachments are dropped on server response
org/jboss/test/ws/jaxws/jbws1283/**
-
-# [JBWS-2527] BeanFactory not initialized or already closed - call 'refresh'
before accessing beans via the ApplicationContext
-org/jboss/test/ws/jaxws/jbws2527/**
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2009-02-19 08:02:23 UTC
(rev 9328)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2009-02-19 10:22:44 UTC
(rev 9329)
@@ -75,6 +75,3 @@
# [JBWS-2480] Soap attachments are dropped on server response
org/jboss/test/ws/jaxws/jbws1283/**
-
-# [JBWS-2527] BeanFactory not initialized or already closed - call 'refresh'
before accessing beans via the ApplicationContext
-org/jboss/test/ws/jaxws/jbws2527/**
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt 2009-02-19 08:02:23 UTC
(rev 9328)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt 2009-02-19 10:22:44 UTC
(rev 9329)
@@ -75,6 +75,3 @@
# [JBWS-2480] Soap attachments are dropped on server response
org/jboss/test/ws/jaxws/jbws1283/**
-
-# [JBWS-2527] BeanFactory not initialized or already closed - call 'refresh'
before accessing beans via the ApplicationContext
-org/jboss/test/ws/jaxws/jbws2527/**
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt 2009-02-19 08:02:23 UTC
(rev 9328)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt 2009-02-19 10:22:44 UTC
(rev 9329)
@@ -75,6 +75,3 @@
# [JBWS-2480] Soap attachments are dropped on server response
org/jboss/test/ws/jaxws/jbws1283/**
-
-# [JBWS-2527] BeanFactory not initialized or already closed - call 'refresh'
before accessing beans via the ApplicationContext
-org/jboss/test/ws/jaxws/jbws2527/**
Show replies by date