[jbossws-commits] JBossWS SVN: r6250 - stack/native/branches/hbraun/src/main/resources.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Apr 7 10:10:06 EDT 2008


Author: heiko.braun at jboss.com
Date: 2008-04-07 10:10:06 -0400 (Mon, 07 Apr 2008)
New Revision: 6250

Modified:
   stack/native/branches/hbraun/src/main/resources/jbossws-native-config.xml
Log:
Predefined named request handler factory

Modified: stack/native/branches/hbraun/src/main/resources/jbossws-native-config.xml
===================================================================
--- stack/native/branches/hbraun/src/main/resources/jbossws-native-config.xml	2008-04-07 13:51:00 UTC (rev 6249)
+++ stack/native/branches/hbraun/src/main/resources/jbossws-native-config.xml	2008-04-07 14:10:06 UTC (rev 6250)
@@ -33,11 +33,15 @@
 <bean name="WSMemoryBufferRecorder" class="org.jboss.wsf.framework.management.recording.MemoryBufferRecorder">
    <property name="recording">false</property>
 </bean>
+
 <bean name="WSLogRecorder" class="org.jboss.wsf.framework.management.recording.LogRecorder">
    <property name="recording">false</property>
 </bean>
 
-  <!-- 
+  <bean name="StackRequestHandlerFactory" class="org.jboss.wsf.stack.jbws.RequestHandlerFactoryImpl"/>
+
+  <!--
+  *********************************************************************************************************************
     The stack specific deployment aspects
   -->
 <bean name="WSNativeContextPropertiesDeploymentAspect" class="org.jboss.wsf.framework.deployment.ContextPropertiesDeploymentAspect">
@@ -97,7 +101,11 @@
    <property name="provides">JAXBIntros</property>
 </bean>
 
-  <!-- Deployment aspect installers -->
+  <!--
+  *********************************************************************************************************************
+  Deployment aspect installers
+  -->
+
 <bean name="WSNativeDeploymentAspectInstallerJSE" class="org.jboss.wsf.framework.deployment.DeploymentAspectInstaller">
    <property name="manager"><inject bean="WSDeploymentAspectManagerJSE"/></property>
    <property name="sortAspectsOnCreate">true</property>




More information about the jbossws-commits mailing list