Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 64208 invoked from network); 29 Jul 2005 03:54:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jul 2005 03:54:57 -0000 Received: (qmail 14515 invoked by uid 500); 29 Jul 2005 03:54:42 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 14393 invoked by uid 500); 29 Jul 2005 03:54:41 -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 14318 invoked by uid 99); 29 Jul 2005 03:54:41 -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; Thu, 28 Jul 2005 20:54:26 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 04C3CE7 for ; Fri, 29 Jul 2005 05:54:21 +0200 (CEST) Message-ID: <210811045.1122609261018.JavaMail.jira@ajax.apache.org> Date: Fri, 29 Jul 2005 05:54:21 +0200 (CEST) From: "Srinath Perera (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Assigned: (AXIS2-101) staxSOAPModelBuilder missing comments processing In-Reply-To: <1458338315.1122455479181.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-101?page=all ] Srinath Perera reassigned AXIS2-101: ------------------------------------ Assign To: Ashutosh Shahi > staxSOAPModelBuilder missing comments processing > ------------------------------------------------ > > Key: AXIS2-101 > URL: http://issues.apache.org/jira/browse/AXIS2-101 > Project: Apache Axis 2.0 (Axis2) > Type: Bug > Components: om > Versions: 0.9 > Reporter: Ashutosh Shahi > Assignee: Ashutosh Shahi > > As part of XML Infoset, there was some code added to next() method in staxOMBuilder to process comments etc. > But, we have staxSOAPModelBuilder also, where we do not have any such capability yet. Now comments can be part of soapMessage as well. > I have a test soap message : > "" + > "" + > "" + > "Hello" + > ""; > And doing something like: > stAXSOAPModelBuilder = > new StAXSOAPModelBuilder( > XMLInputFactory.newInstance() > .createXMLStreamReader(inputStream)); > Where input stream has soap message with comments gives an OMException. > Now my question is: > Both StaxSOAPModelBuilder and StaxOMBuilder extend the abstract class StaxBuilder which has next() as abstract method. Why not put the functionality in next() method of StaxBuilder itself? Or atleast we should process comments in StaxSOAPModelBuilder as well. > -Ashutosh -- 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