Author: gatfora
Date: Wed Dec 6 01:41:40 2006
New Revision: 482991
URL: http://svn.apache.org/viewvc?view=rev&rev=482991
Log:
Applying Tom's patch for SANDESHA2-60
Modified:
webservices/sandesha/trunk/java/config/module.xml
webservices/sandesha/trunk/java/src/org/apache/sandesha2/msgprocessors/SequenceProcessor.java
Modified: webservices/sandesha/trunk/java/config/module.xml
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/config/module.xml?view=diff&rev=482991&r1=482990&r2=482991
==============================================================================
--- webservices/sandesha/trunk/java/config/module.xml (original)
+++ webservices/sandesha/trunk/java/config/module.xml Wed Dec 6 01:41:40 2006
@@ -6,8 +6,8 @@
<InFlow>
<handler name="SandeshaGlobalInHandler"
class="org.apache.sandesha2.handlers.SandeshaGlobalInHandler">
- <!-- Global In handler should come before instance dispatching -->
- <order phase="Dispatch" before="InstanceDispatcher" />
+ <!-- Global In handler should come before addressing dispatching
-->
+ <order phase="Dispatch" before="AddressingBasedDispatcher" />
</handler>
<handler name="SandeshaInHandler"
class="org.apache.sandesha2.handlers.SandeshaInHandler">
<order phase="RMPhase"/>
Modified:
webservices/sandesha/trunk/java/src/org/apache/sandesha2/msgprocessors/SequenceProcessor.java
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/src/org/apache/sandesha2/msgprocessors/SequenceProcessor.java?view=diff&rev=482991&r1=482990&r2=482991
==============================================================================
---
webservices/sandesha/trunk/java/src/org/apache/sandesha2/msgprocessors/SequenceProcessor.java
(original)
+++
webservices/sandesha/trunk/java/src/org/apache/sandesha2/msgprocessors/SequenceProcessor.java
Wed Dec 6 01:41:40 2006
@@ -361,7 +361,7 @@
ackMsgCtx.setProperty(Sandesha2Constants.QUALIFIED_FOR_SENDING,
Sandesha2Constants.VALUE_FALSE);
ackBean.setMessageType(Sandesha2Constants.MessageTypes.ACK);
- long ackInterval =
SandeshaUtil.getPropertyBean(rmMsgCtx.getMessageContext().getAxisOperation())
+ long ackInterval =
SandeshaUtil.getPropertyBean(rmMsgCtx.getMessageContext().getAxisService())
.getAcknowledgementInterval();
// Ack will be sent as stand alone, only after the
retransmitter
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]