On 3/9/07, Paul Fremantle <[EMAIL PROTECTED]> wrote:
Ruwan I agree the model you are proposing will work. However, what Lorenzo is trying should work out of the box. If we don't explicitly enable or disable RM then it should be flowed just the same as any other message.
Yes Paul, It should be the case but I think with the clue that Lorenzo has given
> client send a CreateSequence to Synapse > synapse send a CreateSequence to Server > server send a CreateSequenceResponse to Synapse > synapse don't send nothing...
this should not be the message sequence if it is working. When client send a createSequence to Synapse, what Synapse should do is sending the createSequenceResponse to client, but instead Synapse has sent the createSequence to the Server which is incorrect. May be Sandesha module is not engaged properly for Synapse. According to his observation we are not handling the reliable messaging at Synapse and it just forward the createSequence call to the server and server send the createSequenceResponse to Synapse which will be neglected by Synapse. We need to look in to this, I think we have to do some extra work to handle this scenario. Ruwan. -- Ruwan Linton http://www.wso2.org - "Oxygenating the Web Services Platform"
