[jbossws-commits] JBossWS SVN: r8411 - stack/native/trunk/modules/core/src/main/resources.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Oct 9 09:52:25 EDT 2008


Author: richard.opalka at jboss.com
Date: 2008-10-09 09:52:24 -0400 (Thu, 09 Oct 2008)
New Revision: 8411

Modified:
   stack/native/trunk/modules/core/src/main/resources/as5-jbossws-native-config.xml
Log:
[JBWS-2246][JBWS-2264][JBAS-5732] temporary hot fix, see [JBWS-2340] FYI

Modified: stack/native/trunk/modules/core/src/main/resources/as5-jbossws-native-config.xml
===================================================================
--- stack/native/trunk/modules/core/src/main/resources/as5-jbossws-native-config.xml	2008-10-09 13:41:49 UTC (rev 8410)
+++ stack/native/trunk/modules/core/src/main/resources/as5-jbossws-native-config.xml	2008-10-09 13:52:24 UTC (rev 8411)
@@ -103,7 +103,7 @@
 
   <!-- This is hacky DA because endpoint servlet DAs depend on deployers DAs. But servlet DAs and deployers DAs are not in the same DA chain -->
   <bean name="WSNativeDeployersProvidedDeploymentAspect" class="org.jboss.wsf.framework.deployment.IdentityDeploymentAspect">
-    <property name="provides">RuntimeLoader,ContainerMetaData,URLPattern,VFSRoot,JAXBIntros,StackEndpointHandler</property>
+    <property name="provides">RuntimeLoader,ContainerMetaData,URLPattern,VFSRoot,StackEndpointHandler</property>
   </bean>
 
   <!--
@@ -126,7 +126,6 @@
         <inject bean="WSNativeContextPropertiesDeploymentAspect"/>
         <inject bean="WSNativeEndpointHandlerDeploymentAspect"/>
         <inject bean="WSNativeEndpointRecordProcessorDeploymentAspect"/>
-        <inject bean="WSJAXBIntroDeploymentAspect"/>
       </set>
     </property>
     <depends>WSDeploymentAspectInstallerJSE</depends>
@@ -140,7 +139,6 @@
         <inject bean="WSNativeContextPropertiesDeploymentAspect"/>
         <inject bean="WSNativeEndpointHandlerDeploymentAspect"/>
         <inject bean="WSNativeEndpointRecordProcessorDeploymentAspect"/>
-        <inject bean="WSJAXBIntroDeploymentAspect"/>
       </set>
     </property>
     <depends>WSDeploymentAspectInstallerEJB</depends>
@@ -154,7 +152,6 @@
         <inject bean="WSNativeContextPropertiesDeploymentAspect"/>
         <inject bean="WSNativeEndpointHandlerDeploymentAspect"/>
         <inject bean="WSNativeEndpointRecordProcessorDeploymentAspect"/>
-        <inject bean="WSJAXBIntroDeploymentAspect"/>
       </set>
     </property>
     <depends>WSDeploymentAspectInstallerEndpointAPI</depends>
@@ -172,6 +169,7 @@
         <inject bean="WSNativeServiceEndpointInvokerDeploymentAspect"/>
         <inject bean="WSNativeRMDeploymentAspect"/>
         <inject bean="WSNativeUnifiedMetaDataDeploymentAspect"/>
+        <inject bean="WSJAXBIntroDeploymentAspect"/>
       </set>
     </property>
   </bean>




More information about the jbossws-commits mailing list