Invalid SOAPMessage caching in SoapMessageContext 
--------------------------------------------------

                 Key: AXIS2-3722
                 URL: https://issues.apache.org/jira/browse/AXIS2-3722
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: jaxws
            Reporter: Jarek Gawor
             Fix For: 1.4, nightly


SoapMessageContext.getMessage() will always return a cached copy of the 
SOAPMessage even though the underlying message in 
org.apache.axis2.jaxws.core.MessageContext was changed (i.e. using 
messageCtx.getMEPContext().setMessage()). The SoapMessageContext must not cache 
the SOAPMessage or it should detect when the underlying Message changes.


-- 
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