Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 26032 invoked from network); 10 Apr 2008 03:00:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Apr 2008 03:00:58 -0000 Received: (qmail 18267 invoked by uid 500); 10 Apr 2008 03:00:53 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 18223 invoked by uid 500); 10 Apr 2008 03:00:53 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 18198 invoked by uid 99); 10 Apr 2008 03:00:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2008 20:00:53 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2008 03:00:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5DA6B234C0C6 for ; Wed, 9 Apr 2008 19:58:05 -0700 (PDT) Message-ID: <1386832199.1207796285382.JavaMail.jira@brutus> Date: Wed, 9 Apr 2008 19:58:05 -0700 (PDT) From: "Jarek Gawor (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Assigned: (AXIS2-3722) Invalid SOAPMessage caching in SoapMessageContext In-Reply-To: <1210449217.1207796285362.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on 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