Author: midon
Date: Thu Feb  5 04:53:16 2009
New Revision: 741000

URL: http://svn.apache.org/viewvc?rev=741000&view=rev
Log:
ODE-415: forgot to update the handlers names

Modified:
    ode/branches/APACHE_ODE_1.X/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml

Modified: 
ode/branches/APACHE_ODE_1.X/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml?rev=741000&r1=740999&r2=741000&view=diff
==============================================================================
--- 
ode/branches/APACHE_ODE_1.X/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml 
(original)
+++ 
ode/branches/APACHE_ODE_1.X/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml 
Thu Feb  5 04:53:16 2009
@@ -224,12 +224,12 @@
                      
class="org.apache.axis2.dispatchers.RequestURIBasedDispatcher"/>
             <handler name="SOAPActionBasedDispatcher"
                      
class="org.apache.axis2.dispatchers.SOAPActionBasedDispatcher"/>
-            <handler name="ODEAxisDispatcher"
+            <handler name="ODEAxisServiceDispatcher"
                      
class="org.apache.ode.axis2.hooks.ODEAxisServiceDispatcher"/>
         </phase>
         <phase name="Security"/>
         <phase name="Addressing">
-            <handler name="ODEAxisDispatcher"
+            <handler name="ODEAxisOperationDispatcher"
                      
class="org.apache.ode.axis2.hooks.ODEAxisOperationDispatcher"/>
             <handler name="AddressingBasedDispatcher"
                      
class="org.apache.axis2.dispatchers.AddressingBasedDispatcher">


Reply via email to