Author: richard.opalka(a)jboss.com
Date: 2009-06-11 07:10:40 -0400 (Thu, 11 Jun 2009)
New Revision: 10190
Modified:
stack/native/branches/ropalka/modules/core/src/main/resources/jbossws-native-config.xml
Log:
[JBWS-2674][JBWS-2332] removing endpoint API related aspects
Modified:
stack/native/branches/ropalka/modules/core/src/main/resources/jbossws-native-config.xml
===================================================================
---
stack/native/branches/ropalka/modules/core/src/main/resources/jbossws-native-config.xml 2009-06-11
11:07:57 UTC (rev 10189)
+++
stack/native/branches/ropalka/modules/core/src/main/resources/jbossws-native-config.xml 2009-06-11
11:10:40 UTC (rev 10190)
@@ -128,22 +128,3 @@
<depends>WSDeploymentAspectInstallerEJB</depends>
</bean>
- <bean name="WSNativeDeploymentAspectInstallerEndpointAPI"
class="org.jboss.wsf.framework.deployment.DeploymentAspectInstaller">
- <property name="manager"><inject
bean="WSDeploymentAspectManagerEndpointAPI"/></property>
- <property name="sortAspectsOnCreate">true</property>
- <property name="aspects">
- <set class="java.util.HashSet"
elementClass="org.jboss.wsf.spi.deployment.DeploymentAspect">
- <inject bean="WSNativeContextPropertiesDeploymentAspect"/>
- <inject bean="WSNativeEagerInitializeDeploymentAspect"/>
- <inject bean="WSNativeEndpointHandlerDeploymentAspect"/>
- <inject bean="WSNativeEndpointRecordProcessorDeploymentAspect"/>
- <inject bean="WSNativeEventingDeploymentAspect"/>
- <inject bean="WSNativePublishContractDeploymentAspect"/>
- <inject bean="WSNativeServiceEndpointInvokerDeploymentAspect"/>
- <inject bean="WSNativeRMDeploymentAspect"/>
- <inject bean="WSNativeUnifiedMetaDataDeploymentAspect"/>
- <inject bean="WSJAXBIntroDeploymentAspect"/>
- </set>
- </property>
- <depends>WSDeploymentAspectInstallerEndpointAPI</depends>
- </bean>
Show replies by date