You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by ch...@apache.org on 2007/06/03 16:02:48 UTC

svn commit: r543895 - /webservices/sandesha/trunk/java/modules/mar/module.xml

Author: chamikara
Date: Sun Jun  3 07:02:48 2007
New Revision: 543895

URL: http://svn.apache.org/viewvc?view=rev&rev=543895
Log:
Changed the module.xml to deploy the SequenceIDDispatcher

Modified:
    webservices/sandesha/trunk/java/modules/mar/module.xml

Modified: webservices/sandesha/trunk/java/modules/mar/module.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/mar/module.xml?view=diff&rev=543895&r1=543894&r2=543895
==============================================================================
--- webservices/sandesha/trunk/java/modules/mar/module.xml (original)
+++ webservices/sandesha/trunk/java/modules/mar/module.xml Sun Jun  3 07:02:48 2007
@@ -9,6 +9,11 @@
             <!-- Global In handler should come before addressing dispatching -->
             <order phase="Dispatch" before="AddressingBasedDispatcher" />
         </handler> 
+        
+       	<handler name="SequenceIDDispatcher" class="org.apache.sandesha2.handlers.SequenceIDDispatcher">
+            <order phase="Dispatch" after="SandeshaGlobalInHandler" before="AddressingBasedDispatcher"  />
+        </handler> 
+        
         <handler name="SandeshaInHandler" class="org.apache.sandesha2.handlers.SandeshaInHandler">
             <order phase="RMPhase"/>
         </handler>



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org