You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2008/11/17 18:35:26 UTC

svn commit: r718281 - /cxf/trunk/rt/frontend/jaxws/src/main/resources/META-INF/cxf/cxf-extension-jaxws.xml

Author: dkulp
Date: Mon Nov 17 09:35:25 2008
New Revision: 718281

URL: http://svn.apache.org/viewvc?rev=718281&view=rev
Log:
Use a spring alias for the second context entry.

Modified:
    cxf/trunk/rt/frontend/jaxws/src/main/resources/META-INF/cxf/cxf-extension-jaxws.xml

Modified: cxf/trunk/rt/frontend/jaxws/src/main/resources/META-INF/cxf/cxf-extension-jaxws.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/frontend/jaxws/src/main/resources/META-INF/cxf/cxf-extension-jaxws.xml?rev=718281&r1=718280&r2=718281&view=diff
==============================================================================
--- cxf/trunk/rt/frontend/jaxws/src/main/resources/META-INF/cxf/cxf-extension-jaxws.xml (original)
+++ cxf/trunk/rt/frontend/jaxws/src/main/resources/META-INF/cxf/cxf-extension-jaxws.xml Mon Nov 17 09:35:25 2008
@@ -28,6 +28,6 @@
 	  id="org.apache.cxf.jaxws.context.WebServiceContextResourceResolver" lazy-init="false"/>
     <bean class="org.apache.cxf.jaxws.context.WebServiceContextImpl" 
 	  id="org.apache.cxf.jaxws.context.WebServiceContextImpl" lazy-init="true"/>
-    <bean class="org.apache.cxf.jaxws.context.WebServiceContextImpl" 
-          id="javax.xml.ws.WebServiceContext" lazy-init="true"/>
+    <alias name="org.apache.cxf.jaxws.context.WebServiceContextImpl" 
+          alias="javax.xml.ws.WebServiceContext"/>
 </beans>