[jboss-cvs] Repository SVN: r2833 - in jboss/jbossws/snapshot: resources and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 19 11:36:11 EDT 2008


Author: alessio.soldano at jboss.com
Date: 2008-03-19 11:36:11 -0400 (Wed, 19 Mar 2008)
New Revision: 2833

Modified:
   jboss/jbossws/snapshot/lib/jboss-jaxrpc.jar
   jboss/jbossws/snapshot/lib/jboss-jaxws-ext.jar
   jboss/jbossws/snapshot/lib/jboss-jaxws.jar
   jboss/jbossws/snapshot/lib/jboss-saaj.jar
   jboss/jbossws/snapshot/lib/jbossws-client.jar
   jboss/jbossws/snapshot/lib/jbossws-context.war
   jboss/jbossws/snapshot/lib/jbossws-core-src.zip
   jboss/jbossws/snapshot/lib/jbossws-core.jar
   jboss/jbossws/snapshot/resources/jbossws-native42-beans.xml
   jboss/jbossws/snapshot/resources/jbossws-native50-beans.xml
Log:
Restore WSEndpointRegistry to stack config.
JBossWS -r 6021


Modified: jboss/jbossws/snapshot/lib/jboss-jaxrpc.jar
===================================================================
(Binary files differ)

Modified: jboss/jbossws/snapshot/lib/jboss-jaxws-ext.jar
===================================================================
(Binary files differ)

Modified: jboss/jbossws/snapshot/lib/jboss-jaxws.jar
===================================================================
(Binary files differ)

Modified: jboss/jbossws/snapshot/lib/jboss-saaj.jar
===================================================================
(Binary files differ)

Modified: jboss/jbossws/snapshot/lib/jbossws-client.jar
===================================================================
(Binary files differ)

Modified: jboss/jbossws/snapshot/lib/jbossws-context.war
===================================================================
(Binary files differ)

Modified: jboss/jbossws/snapshot/lib/jbossws-core-src.zip
===================================================================
(Binary files differ)

Modified: jboss/jbossws/snapshot/lib/jbossws-core.jar
===================================================================
(Binary files differ)

Modified: jboss/jbossws/snapshot/resources/jbossws-native42-beans.xml
===================================================================
--- jboss/jbossws/snapshot/resources/jbossws-native42-beans.xml	2008-03-19 14:55:07 UTC (rev 2832)
+++ jboss/jbossws/snapshot/resources/jbossws-native42-beans.xml	2008-03-19 15:36:11 UTC (rev 2833)
@@ -26,6 +26,11 @@
     -->
   </bean>
 
+  <!-- The registry for web service endpoints -->
+  <bean name="WSEndpointRegistry" class="org.jboss.wsf.framework.management.ManagedEndpointRegistry">
+    <property name="mbeanServer"><inject bean="WSMBeanServerLocator" property="mbeanServer"/></property>
+  </bean>
+  
   <!-- A subscription manager for WS-Eventing -->
   <bean name="WSSubscriptionManager" class="org.jboss.ws.extensions.eventing.mgmt.SubscriptionManager">
     <property name="bindAddress">${jboss.bind.address}</property>
@@ -343,7 +348,6 @@
   <bean name="WSEndpointRegistryDeploymentAspect" class="org.jboss.wsf.framework.deployment.EndpointRegistryDeploymentAspect">
     <property name="requires">EndpointName</property>
     <property name="provides">RegisteredEndpoint</property>
-    <depends>WSEndpointRegistry</depends>
   </bean>
   
   <bean name="WSModifyWebMetaDataDeploymentAspect" class="org.jboss.wsf.container.jboss42.ModifyWebMetaDataDeploymentAspect">
@@ -389,11 +393,6 @@
     <property name="desciptorModifier"><inject bean="WSWebAppDesciptorModifier"/></property>
   </bean>
   
-  <!-- The registry for web service endpoints -->
-  <bean name="WSEndpointRegistry" class="org.jboss.wsf.framework.management.ManagedEndpointRegistry">
-    <property name="mbeanServer"><inject bean="WSMBeanServerLocator" property="mbeanServer"/></property>
-  </bean>
-  
   <!-- Deployment aspect installers -->
   <!-- Phase 1 -->
   <bean name="WSDeploymentAspectInstallerPreJSE" class="org.jboss.wsf.framework.deployment.DeploymentAspectInstaller">

Modified: jboss/jbossws/snapshot/resources/jbossws-native50-beans.xml
===================================================================
--- jboss/jbossws/snapshot/resources/jbossws-native50-beans.xml	2008-03-19 14:55:07 UTC (rev 2832)
+++ jboss/jbossws/snapshot/resources/jbossws-native50-beans.xml	2008-03-19 15:36:11 UTC (rev 2833)
@@ -26,6 +26,11 @@
     -->
   </bean>
 
+  <!-- The registry for web service endpoints -->
+  <bean name="WSEndpointRegistry" class="org.jboss.wsf.framework.management.ManagedEndpointRegistry">
+    <property name="mbeanServer"><inject bean="WSMBeanServerLocator" property="mbeanServer"/></property>
+  </bean>
+  
   <!-- A subscription manager for WS-Eventing -->
   <bean name="WSSubscriptionManager" class="org.jboss.ws.extensions.eventing.mgmt.SubscriptionManager">
     <property name="bindAddress">${jboss.bind.address}</property>




More information about the jboss-cvs-commits mailing list