Return-Path: Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: (qmail 30381 invoked from network); 19 Nov 2010 22:12:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Nov 2010 22:12:13 -0000 Received: (qmail 12063 invoked by uid 500); 19 Nov 2010 22:12:43 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 11879 invoked by uid 500); 19 Nov 2010 22:12:43 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 11871 invoked by uid 99); 19 Nov 2010 22:12:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 22:12:43 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 22:12:41 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAJMCJrH026139 for ; Fri, 19 Nov 2010 22:12:19 GMT Message-ID: <2388939.207461290204739393.JavaMail.jira@thor> Date: Fri, 19 Nov 2010 17:12:19 -0500 (EST) From: "Andreas Veithen (JIRA)" To: java-dev@axis.apache.org Subject: [jira] Resolved: (AXIS2-4057) OutOnlyAxisOperation: AxisMessage passed to the addMessage method is not saved as a child of the AxisOperation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-4057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved AXIS2-4057. ------------------------------------ Resolution: Fixed Fix Version/s: 1.6 Reviewed and applied the patch (r1037050). Thanks for contributing. > OutOnlyAxisOperation: AxisMessage passed to the addMessage method is not saved as a child of the AxisOperation > -------------------------------------------------------------------------------------------------------------- > > Key: AXIS2-4057 > URL: https://issues.apache.org/jira/browse/AXIS2-4057 > Project: Axis2 > Issue Type: Bug > Components: kernel > Affects Versions: 1.4 > Environment: Windows XP. 4GB RAM Intel Xeon dual-core @2.75Gh > Reporter: Antonio Andrade > Assignee: Andreas Veithen > Priority: Minor > Fix For: 1.6 > > Attachments: AXIS2-4057.patch, OutOnlyAxisOperationTest.java > > Original Estimate: 4h > Remaining Estimate: 4h > > Observed Behavior: > The AxisMessage passed to the OutOnlyAxisOperation.addMessage(AxisMessage, String) method is not saved as a child of the AxisOperation. It's not returned when calling its getChildren method. Instead, the AxisMessage returned is the one created at instantiation time (See OutOnlyAxisOperation .createMessage). > Expected Behavior: > If an AxisMessage is added to an OutOnlyAxisOperation through its addMessage method, the message should be available when calling its getChildren method. -- 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: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org