[jboss-cvs] JBossAS SVN: r109222 - branches/switchboard-integration/webservices/src/resources/jbossws-jboss.deployer/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 10 04:22:18 EST 2010


Author: richard.opalka at jboss.com
Date: 2010-11-10 04:22:18 -0500 (Wed, 10 Nov 2010)
New Revision: 109222

Modified:
   branches/switchboard-integration/webservices/src/resources/jbossws-jboss.deployer/META-INF/stack-agnostic-jboss-beans.xml
Log:
rename to match SB naming convention

Modified: branches/switchboard-integration/webservices/src/resources/jbossws-jboss.deployer/META-INF/stack-agnostic-jboss-beans.xml
===================================================================
--- branches/switchboard-integration/webservices/src/resources/jbossws-jboss.deployer/META-INF/stack-agnostic-jboss-beans.xml	2010-11-10 07:34:43 UTC (rev 109221)
+++ branches/switchboard-integration/webservices/src/resources/jbossws-jboss.deployer/META-INF/stack-agnostic-jboss-beans.xml	2010-11-10 09:22:18 UTC (rev 109222)
@@ -3,7 +3,10 @@
 <deployment xmlns="urn:jboss:bean-deployer:2.0">
 
   <!--  processes service-ref (@WebServiceRef) resources (EE.5.6 of Java EE6 spec) -->
-  <bean name="WebServiceRefSwitchboardResourceProvider" class="org.jboss.webservices.integration.injection.ServiceRefResourceProvider"/>
+  <bean
+    name="org.jboss.switchboard.WebServiceRefResourceProvider"
+    class="org.jboss.webservices.integration.injection.ServiceRefResourceProvider"
+  />
 
   <!-- Wraps single instance of the kernel -->
   <bean name="WSIoCContainerProxy" class="org.jboss.webservices.integration.ioc.IoCContainerProxyImpl">



More information about the jboss-cvs-commits mailing list