JMSSender#processSyncResponse incorrectly sets serverSide to true
-----------------------------------------------------------------

                 Key: SYNAPSE-418
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-418
             Project: Synapse
          Issue Type: Bug
    Affects Versions: NIGHTLY
         Environment: N/A
            Reporter: Andreas Veithen
            Assignee: Asankha C. Perera


JMSSender#processSyncResponse always calls MessageContext#setServerSide(true). 
This causes a failure in one of the recently added JMS unit test that uses code 
similar to ServiceClient#sendReceive. Indeed, if serverSide is true, 
AxisEngine.receive will try to invoke a MessageReceiver which doesn't exist in 
this case.

Since the meaning of the serverSide property is not entirely clear (see also 
AXIS2-2096), I'm not sure about the correct solution for this issue.

Asankha, can you have a look at this?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to