Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 24765 invoked from network); 5 Jul 2005 08:07:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jul 2005 08:07:22 -0000 Received: (qmail 16224 invoked by uid 500); 5 Jul 2005 08:07:17 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 16053 invoked by uid 500); 5 Jul 2005 08:07:15 -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 16018 invoked by uid 99); 5 Jul 2005 08:07:15 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2005 01:07:14 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 0303913 for ; Tue, 5 Jul 2005 10:07:12 +0200 (CEST) Message-ID: <1311913717.1120550832011.JavaMail.jira@ajax.apache.org> Date: Tue, 5 Jul 2005 10:07:12 +0200 (CEST) From: "Thilina Gunarathne (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2-62) Serilizing Envelopes with multiple optimized contents. In-Reply-To: <495645732.1120549511003.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS2-62?page=all ] Thilina Gunarathne resolved AXIS2-62: ------------------------------------- Resolution: Fixed Altered StAXSoapModelBuilder. When an END_ELEMENT event is return from the XMLStAX parser at the point of setting complete (line 327) earlier it casted the lastNode to a OMElement., which prevented OMText being a lastNode. Changed it so that it'll be casted to a Node. OMNode e = (OMNode) lastNode; Also altered MTOMStAXSOAPModelBuilder so that it'l not set complete the OMText's at the point of creating. > Serilizing Envelopes with multiple optimized contents. > ------------------------------------------------------ > > Key: AXIS2-62 > URL: http://issues.apache.org/jira/browse/AXIS2-62 > Project: Apache Axis 2.0 (Axis2) > Type: Bug > Reporter: Thilina Gunarathne > Assignee: Thilina Gunarathne > > > > > > > > > > When handling the above XML MTOMSoapModelBuilder creates the OM tree like follows. > Element my:data has olny one subData child. Next subData child is lost in the OM tree. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira