Hi Ashanka,

The Reliable Messaging part is working indeed, great!
So the message is send with reliable messaging to my service.
What does not work in my test right now is that a response message is returned 
to the client.
So my client calls the sendReceive method on the ServiceClient and when I look 
in the message exchange
Synapse is doing the create/terminate sequence messages to the target service. 
But the response message
is not received by the client. When I use Synapse in Debug mode I see that the 
response message from the target
service is received by Synapse, but the To element is empty. So the send 
mediator of the out pipe can not determine where
the response message must be send to and the following stacktrace is shown:

org.apache.axis2.AxisFault: Sandesha2 got an exception when processing an out 
message: org.apache.sandesha2.SandeshaException: Cannot find the request 
message from the operation context; nested exception is: 
        org.apache.sandesha2.SandeshaException: Cannot find the request message 
from the operation context
        at 
org.apache.sandesha2.handlers.SandeshaOutHandler.invoke(SandeshaOutHandler.java:150)
        at org.apache.axis2.engine.Phase.invoke(Phase.java:380)
        at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:517)
        at org.apache.axis2.engine.AxisEngine.sendFault(AxisEngine.java:671)
        at 
org.apache.sandesha2.workers.InvokerWorker.handleFault(InvokerWorker.java:177)
        at 
org.apache.sandesha2.workers.InvokerWorker.run(InvokerWorker.java:102)[Axis2 
Task] ERROR SequenceManager - The 'To' endpoint reference address is not set 
correctly: null

Is the the address of the client lost somewhere?

Regards,

Tijs

> 
> van: "Asankha C. Perera" <[EMAIL PROTECTED]>
> datum: 2006/08/24 Thu PM 12:01:31 MEST
> aan: [email protected]
> onderwerp: Re: Reliable Messaging support
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to