Author: thomas.diesler(a)jboss.com
Date: 2008-03-19 05:05:10 -0400 (Wed, 19 Mar 2008)
New Revision: 6018
Modified:
stack/cxf/trunk/src/main/resources/jbossws-cxf-config.xml
Log:
Restore WSEndpointRegistry to stack config. This needs to be properly handled for all
supported containers - the released ones as well
Modified: stack/cxf/trunk/src/main/resources/jbossws-cxf-config.xml
===================================================================
--- stack/cxf/trunk/src/main/resources/jbossws-cxf-config.xml 2008-03-19 09:05:06 UTC (rev
6017)
+++ stack/cxf/trunk/src/main/resources/jbossws-cxf-config.xml 2008-03-19 09:05:10 UTC (rev
6018)
@@ -24,6 +24,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>
+
<!-- Logging redirector -->
<bean name="JDKLogRedirector"
class="org.jboss.wsf.common.logging.JDKLogRedirector">
<property name="namespaces">