[jbossws-commits] JBossWS SVN: r4272 - in container: jboss42/trunk/src/main/resources and 1 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Aug 9 03:46:58 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-08-09 03:46:58 -0400 (Thu, 09 Aug 2007)
New Revision: 4272

Modified:
   container/jboss40/trunk/src/main/resources/jbossws-jboss40-config.xml
   container/jboss42/trunk/src/main/resources/jbossws-jboss42-config.xml
   container/jboss50/trunk/src/main/resources/jbossws-jboss50.deployer/META-INF/jbossws-deployer-beans.xml
Log:
Move EndpointRegistryDeploymentAspect to Pre JSE

Modified: container/jboss40/trunk/src/main/resources/jbossws-jboss40-config.xml
===================================================================
--- container/jboss40/trunk/src/main/resources/jbossws-jboss40-config.xml	2007-08-09 07:24:01 UTC (rev 4271)
+++ container/jboss40/trunk/src/main/resources/jbossws-jboss40-config.xml	2007-08-09 07:46:58 UTC (rev 4272)
@@ -158,7 +158,7 @@
   </bean>
   
   <bean name="WSEndpointRegistryDeploymentAspect" class="org.jboss.wsf.framework.deployment.EndpointRegistryDeploymentAspect">
-    <property name="requires">EndpointName,StackEndpointHandler</property>
+    <property name="requires">EndpointName</property>
     <property name="provides">RegisteredEndpoint</property>
   </bean>
   
@@ -220,6 +220,7 @@
         <inject bean="WSEndpointHandlerDeploymentAspect"/>
         <inject bean="WSEndpointMetricsDeploymentAspect"/>
         <inject bean="WSEndpointNameDeploymentAspect"/>
+        <inject bean="WSEndpointRegistryDeploymentAspect"/>
         <inject bean="WSModifyWebMetaDataDeploymentAspect"/>
         <inject bean="WSURLPatternDeploymentAspect"/>
       </set>
@@ -233,7 +234,6 @@
     <property name="aspects">
       <set class="java.util.HashSet" elementClass="org.jboss.wsf.spi.deployment.DeploymentAspect">
         <inject bean="WSEndpointLifecycleDeploymentAspect"/>
-        <inject bean="WSEndpointRegistryDeploymentAspect"/>
         <inject bean="WSRuntimeLoaderDeploymentAspect"/>        
       </set>
     </property>

Modified: container/jboss42/trunk/src/main/resources/jbossws-jboss42-config.xml
===================================================================
--- container/jboss42/trunk/src/main/resources/jbossws-jboss42-config.xml	2007-08-09 07:24:01 UTC (rev 4271)
+++ container/jboss42/trunk/src/main/resources/jbossws-jboss42-config.xml	2007-08-09 07:46:58 UTC (rev 4272)
@@ -168,7 +168,7 @@
   </bean>
   
   <bean name="WSEndpointRegistryDeploymentAspect" class="org.jboss.wsf.framework.deployment.EndpointRegistryDeploymentAspect">
-    <property name="requires">EndpointName, StackEndpointHandler</property>
+    <property name="requires">EndpointName</property>
     <property name="provides">RegisteredEndpoint</property>
   </bean>
   
@@ -228,6 +228,7 @@
         <inject bean="WSEndpointHandlerDeploymentAspect"/>
         <inject bean="WSEndpointMetricsDeploymentAspect"/>
         <inject bean="WSEndpointNameDeploymentAspect"/>
+        <inject bean="WSEndpointRegistryDeploymentAspect"/>
         <inject bean="WSModifyWebMetaDataDeploymentAspect"/>
         <inject bean="WSURLPatternDeploymentAspect"/>
       </set>
@@ -241,7 +242,6 @@
     <property name="aspects">
       <set class="java.util.HashSet" elementClass="org.jboss.wsf.spi.deployment.DeploymentAspect">
         <inject bean="WSEndpointLifecycleDeploymentAspect"/>
-        <inject bean="WSEndpointRegistryDeploymentAspect"/>
         <inject bean="WSRuntimeLoaderDeploymentAspect"/>
       </set>
     </property>

Modified: container/jboss50/trunk/src/main/resources/jbossws-jboss50.deployer/META-INF/jbossws-deployer-beans.xml
===================================================================
--- container/jboss50/trunk/src/main/resources/jbossws-jboss50.deployer/META-INF/jbossws-deployer-beans.xml	2007-08-09 07:24:01 UTC (rev 4271)
+++ container/jboss50/trunk/src/main/resources/jbossws-jboss50.deployer/META-INF/jbossws-deployer-beans.xml	2007-08-09 07:46:58 UTC (rev 4272)
@@ -236,7 +236,7 @@
   </bean>
   
   <bean name="WSEndpointRegistryDeploymentAspect" class="org.jboss.wsf.framework.deployment.EndpointRegistryDeploymentAspect">
-    <property name="requires">EndpointName,StackEndpointHandler</property>
+    <property name="requires">EndpointName</property>
     <property name="provides">RegisteredEndpoint</property>
   </bean>
   
@@ -289,6 +289,7 @@
         <inject bean="WSEndpointHandlerDeploymentAspect"/>
         <inject bean="WSEndpointMetricsDeploymentAspect"/>
         <inject bean="WSEndpointNameDeploymentAspect"/>
+        <inject bean="WSEndpointRegistryDeploymentAspect"/>
         <inject bean="WSModifyWebMetaDataDeploymentAspect"/>  
         <inject bean="WSURLPatternDeploymentAspect"/>
       </set>
@@ -302,7 +303,6 @@
     <property name="aspects">
       <set class="java.util.HashSet" elementClass="org.jboss.wsf.spi.deployment.DeploymentAspect">
         <inject bean="WSEndpointLifecycleDeploymentAspect"/>
-        <inject bean="WSEndpointRegistryDeploymentAspect"/>
         <inject bean="WSRuntimeLoaderDeploymentAspect"/>
       </set>
     </property>




More information about the jbossws-commits mailing list