Author: mriou
Date: Tue Feb 27 14:43:51 2007
New Revision: 512467

URL: http://svn.apache.org/viewvc?view=rev&rev=512467
Log:
That should have been in as well.

Modified:
    incubator/ode/trunk/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml

Modified: incubator/ode/trunk/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml?view=diff&rev=512467&r1=512466&r2=512467
==============================================================================
--- incubator/ode/trunk/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml 
(original)
+++ incubator/ode/trunk/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml Tue 
Feb 27 14:43:51 2007
@@ -244,6 +244,12 @@
         </phase>
         <!--  System pre defined phases       -->
         <!--   After Postdispatch phase module author or or service author can 
add any phase he want      -->
+        <phase name="ProcessHeader">
+            <handler name="SessionInHandler"
+                 class="org.apache.ode.axis2.hooks.SessionInHandler">
+                <order phase="PostDispatch"/>
+            </handler>
+        </phase>
         <phase name="OperationInPhase"/>
        <phase name="soapmonitorPhase"/>
     </phaseOrder>


Reply via email to