Author: richard.opalka(a)jboss.com
Date: 2011-10-31 11:30:34 -0400 (Mon, 31 Oct 2011)
New Revision: 15179
Modified:
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf-config-as6.xml
Log:
[JBWS-3376] register jboss-webservices.xml parser
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf-config-as6.xml
===================================================================
---
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf-config-as6.xml 2011-10-31
15:29:21 UTC (rev 15178)
+++
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf-config-as6.xml 2011-10-31
15:30:34 UTC (rev 15179)
@@ -11,9 +11,12 @@
</bean>
<!-- This should actually be in the stack-agnostic config file, it's here to
avoid installing a CI -->
- <bean name="WSDescriptorParser"
class="org.jboss.ws.common.deployment.WebservicesDescriptorParserImpl">
+ <bean name="WSWebservicesDescriptorParser"
class="org.jboss.ws.common.deployment.WebservicesDescriptorParserImpl">
<property name="descriptorName">webservices.xml</property>
</bean>
+ <bean name="WSJBossWebservicesDescriptorParser"
class="org.jboss.ws.common.deployment.JBossWebservicesDescriptorParserImpl">
+ <property
name="descriptorName">jboss-webservices.xml</property>
+ </bean>
<!-- Installed Record Processors-->
<bean name="WSMemoryBufferRecorder"
class="org.jboss.ws.common.monitoring.MemoryBufferRecorder">
Show replies by date