Author: alessio.soldano(a)jboss.com
Date: 2008-01-07 08:35:53 -0500 (Mon, 07 Jan 2008)
New Revision: 5405
Modified:
stack/cxf/trunk/src/main/resources/jbossws-cxf-config.xml
Log:
Enabling record management for CXF stack
Modified: stack/cxf/trunk/src/main/resources/jbossws-cxf-config.xml
===================================================================
--- stack/cxf/trunk/src/main/resources/jbossws-cxf-config.xml 2008-01-07 11:32:29 UTC (rev
5404)
+++ stack/cxf/trunk/src/main/resources/jbossws-cxf-config.xml 2008-01-07 13:35:53 UTC (rev
5405)
@@ -62,6 +62,12 @@
<property name="provides">StackEndpointHandler</property>
</bean>
+ <bean name="WSCXFEndpointRecordProcessorDeploymentAspect"
class="org.jboss.wsf.framework.deployment.EndpointRecordProcessorDeploymentAspect">
+ <property name="mbeanServer"><inject
bean="WSMBeanServerLocator"
property="mbeanServer"/></property>
+ <property name="requires">RegisteredEndpoint</property>
+ <property name="provides">EndpointRecordProcessors</property>
+ </bean>
+
<!-- Deployment aspect installers -->
<!-- Phase 2 -->
@@ -84,6 +90,7 @@
<property name="aspects">
<set class="java.util.HashSet"
elementClass="org.jboss.wsf.spi.deployment.DeploymentAspect">
<inject bean="WSCXFEndpointHandlerDeploymentAspect"/>
+ <inject bean="WSCXFEndpointRecordProcessorDeploymentAspect"/>
</set>
</property>
<depends>WSDeploymentAspectInstallerPostJSE</depends>
@@ -96,6 +103,7 @@
<set class="java.util.HashSet"
elementClass="org.jboss.wsf.spi.deployment.DeploymentAspect">
<inject bean="WSCXFContextPropertiesDeploymentAspect"/>
<inject bean="WSCXFEndpointHandlerDeploymentAspect"/>
+ <inject bean="WSCXFEndpointRecordProcessorDeploymentAspect"/>
<inject bean="WSCXFDescriptorDeploymentAspect"/>
</set>
</property>
Show replies by date