Author: richard.opalka(a)jboss.com
Date: 2008-05-30 11:55:33 -0400 (Fri, 30 May 2008)
New Revision: 7244
Modified:
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf-config.xml
Log:
[JBWS-2174] reorder aspects
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf-config.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf-config.xml 2008-05-30
15:49:54 UTC (rev 7243)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf-config.xml 2008-05-30
15:55:33 UTC (rev 7244)
@@ -56,7 +56,7 @@
</bean>
<bean name="WSCXFDescriptorDeploymentAspect"
class="org.jboss.wsf.stack.cxf.DescriptorDeploymentAspect">
- <property name="requires">EndpointAddress</property>
+ <property
name="requires">EndpointAddress,WebMetaData</property>
<property name="provides">StackDescriptor</property>
<property
name="invokerEJB3">org.jboss.wsf.stack.cxf.InvokerEJB3</property>
<property
name="invokerJSE">org.jboss.wsf.stack.cxf.InvokerJSE</property>
Show replies by date