[jbossws-commits] JBossWS SVN: r4055 - trunk/integration/jboss40/src/main/java/org/jboss/wsf/container/jboss40.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Aug 1 10:34:12 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-08-01 10:34:12 -0400 (Wed, 01 Aug 2007)
New Revision: 4055

Modified:
   trunk/integration/jboss40/src/main/java/org/jboss/wsf/container/jboss40/WebServiceClientDeployer.java
Log:
Fix ServiceRefHandlerFactory for AS50

Modified: trunk/integration/jboss40/src/main/java/org/jboss/wsf/container/jboss40/WebServiceClientDeployer.java
===================================================================
--- trunk/integration/jboss40/src/main/java/org/jboss/wsf/container/jboss40/WebServiceClientDeployer.java	2007-08-01 14:33:13 UTC (rev 4054)
+++ trunk/integration/jboss40/src/main/java/org/jboss/wsf/container/jboss40/WebServiceClientDeployer.java	2007-08-01 14:34:12 UTC (rev 4055)
@@ -34,7 +34,6 @@
 import org.jboss.deployment.DeploymentInfo;
 import org.jboss.system.ServiceMBeanSupport;
 import org.jboss.webservice.metadata.serviceref.ServiceRefMetaData;
-import org.jboss.wsf.container.jboss50.serviceref.DefaultServiceRefHandlerFactory;
 import org.jboss.wsf.framework.deployment.ResourceLoaderAdapter;
 import org.jboss.wsf.framework.deployment.URLLoaderAdapter;
 import org.jboss.wsf.spi.SPIProvider;




More information about the jbossws-commits mailing list