Hi,

I think I found a bug in SandeshaContext. In the initialize() method line 391 there is the following expression:

call.setTransport(new RMTransport(targetUrl, ""));
This sets the action to "" but this is not a valid URI and can cause errors with the Addressing handler. I think the empty String should be replaced with the variable "action".

Benjamin

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

Reply via email to