You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2008/04/10 04:58:05 UTC

[jira] Created: (AXIS2-3722) Invalid SOAPMessage caching in SoapMessageContext

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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3722) Invalid SOAPMessage caching in SoapMessageContext

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12587473#action_12587473 ] 

Davanum Srinivas commented on AXIS2-3722:
-----------------------------------------

Looks good Jarek. +1

> 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
>            Assignee: Jarek Gawor
>             Fix For: 1.4, nightly
>
>         Attachments: AXIS2-3722.patch
>
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-3722) Invalid SOAPMessage caching in SoapMessageContext

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Gawor resolved AXIS2-3722.
--------------------------------

    Resolution: Fixed

Committed the patch to trunk (revision 646653) and 1_4 branches (revision 646654).


> 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
>            Assignee: Jarek Gawor
>             Fix For: 1.4, nightly
>
>         Attachments: AXIS2-3722.patch
>
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Assigned: (AXIS2-3722) Invalid SOAPMessage caching in SoapMessageContext

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Gawor reassigned AXIS2-3722:
----------------------------------

    Assignee: Jarek Gawor

> 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
>            Assignee: 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-3722) Invalid SOAPMessage caching in SoapMessageContext

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Gawor updated AXIS2-3722:
-------------------------------

    Attachment: AXIS2-3722.patch

Patch to SoapMessageContext to detect changes in the Message of the underlying MessageContext (and a test case).


> 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
>            Assignee: Jarek Gawor
>             Fix For: 1.4, nightly
>
>         Attachments: AXIS2-3722.patch
>
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org