Author: richard.opalka(a)jboss.com
Date: 2008-05-30 13:12:01 -0400 (Fri, 30 May 2008)
New Revision: 7252
Modified:
container/jboss42/branches/jbossws-jboss422/src/main/resources/jbossws-jboss42-config.xml
Log:
[JBWS-2174] reorder aspects
Modified:
container/jboss42/branches/jbossws-jboss422/src/main/resources/jbossws-jboss42-config.xml
===================================================================
---
container/jboss42/branches/jbossws-jboss422/src/main/resources/jbossws-jboss42-config.xml 2008-05-30
16:40:05 UTC (rev 7251)
+++
container/jboss42/branches/jbossws-jboss422/src/main/resources/jbossws-jboss42-config.xml 2008-05-30
17:12:01 UTC (rev 7252)
@@ -172,7 +172,7 @@
The container deployment aspects
-->
<bean name="WSContainerMetaDataDeploymentAspect"
class="org.jboss.wsf.container.jboss42.ContainerMetaDataDeploymentAspect">
- <property name="provides">ContainerMetaData,
VFSRoot</property>
+ <property name="provides">ContainerMetaData,VFSRoot</property>
<property name="metaDataAdapter"><inject
bean="WSContainerMetaDataAdapter"/></property>
</bean>
@@ -182,7 +182,7 @@
</bean>
<bean name="WSEndpointAPIDeploymentAspect"
class="org.jboss.wsf.framework.deployment.EndpointAPIDeploymentAspect">
- <property name="provides">ContainerMetaData, RuntimeLoader,
URLPattern, VFSRoot</property>
+ <property
name="provides">ContainerMetaData,RuntimeLoader,URLPattern,VFSRoot</property>
</bean>
<bean name="WSEndpointAddressDeploymentAspect"
class="org.jboss.wsf.framework.deployment.EndpointAddressDeploymentAspect">
@@ -215,7 +215,7 @@
</bean>
<bean name="WSModifyWebMetaDataDeploymentAspect"
class="org.jboss.wsf.container.jboss42.ModifyWebMetaDataDeploymentAspect">
- <property name="requires">ContextProperties, ContainerMetaData,
StackDescriptor</property>
+ <property
name="requires">ContextProperties,ContainerMetaData,StackDescriptor,WebMetaData</property>
<property name="webXMLRewriter"><inject
bean="WSWebXMLRewriter"/></property>
</bean>
@@ -225,12 +225,12 @@
</bean>
<bean name="WSURLPatternDeploymentAspect"
class="org.jboss.wsf.framework.deployment.BackwardCompatibleURLPatternDeploymentAspect">
- <property name="requires">ContextRoot,
ContainerMetaData</property>
+ <property
name="requires">ContextRoot,ContainerMetaData</property>
<property name="provides">URLPattern</property>
</bean>
<bean name="WSWebAppDeploymentAspect"
class="org.jboss.wsf.container.jboss42.WebAppDeploymentAspect">
- <property name="requires">WebMetaData,
ContextProperties</property>
+ <property
name="requires">WebMetaData,ContextProperties</property>
<property name="webXMLRewriter"><inject
bean="WSWebXMLRewriter"/></property>
</bean>
@@ -273,8 +273,6 @@
<inject bean="WSEndpointRegistryDeploymentAspect"/>
<inject bean="WSModifyWebMetaDataDeploymentAspect"/>
<inject bean="WSURLPatternDeploymentAspect"/>
-
-
<inject bean="WSEndpointLifecycleDeploymentAspect"/>
<inject bean="WSRuntimeLoaderDeploymentAspect"/>
</set>
@@ -295,6 +293,7 @@
<inject bean="WSEndpointNameDeploymentAspect"/>
<inject bean="WSEndpointRegistryDeploymentAspect"/>
<inject bean="WSRuntimeLoaderDeploymentAspect"/>
+ <inject bean="WSModifyWebMetaDataDeploymentAspect"/>
<inject bean="WSURLPatternDeploymentAspect"/>
<inject bean="WSWebAppDeploymentAspect"/>
<inject bean="WSWebAppGeneratorDeploymentAspect"/>
Show replies by date