Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 94365 invoked from network); 3 Jul 2007 16:37:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jul 2007 16:37:33 -0000 Received: (qmail 4297 invoked by uid 500); 3 Jul 2007 16:37:28 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 4262 invoked by uid 500); 3 Jul 2007 16:37:28 -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 4250 invoked by uid 99); 3 Jul 2007 16:37:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2007 09:37:28 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2007 09:37:24 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9DEE27141EF for ; Tue, 3 Jul 2007 09:37:04 -0700 (PDT) Message-ID: <17897817.1183480624640.JavaMail.jira@brutus> Date: Tue, 3 Jul 2007 09:37:04 -0700 (PDT) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-2689) Unable to add FI POX support due to a parser error In-Reply-To: <10353577.1179571876120.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-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-2689: ------------------------------------ Priority: Critical (was: Blocker) > Unable to add FI POX support due to a parser error > -------------------------------------------------- > > Key: AXIS2-2689 > URL: https://issues.apache.org/jira/browse/AXIS2-2689 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: modules > Environment: Java > Reporter: Sanjaya Karunasena > Assignee: Amila Chinthaka Suriarachchi > Priority: Critical > Fix For: 1.3 > > Attachments: fi_pox.patch > > > I am trying to add FI POX support to Axis2. When the reply comes to the client, I get the following exception from client stub. Can some one help me to find the isssue? I have attached a patch which has the code required to recreate this problem. > ------------- ---------------- --------------- > Testcase: testAdd2(org.apache.axis2.fastinfoset.FastInfosetTest): Caused an ERROR > java.lang.UnsupportedOperationException: The parser is already consumed! > java.lang.RuntimeException: java.lang.UnsupportedOperationException: The parser is already consumed! > at org.apache.axis2.fastinfoset.xsd.SimpleAddServiceStub.fromOM(SimpleAddServiceStub.java:3653) > at org.apache.axis2.fastinfoset.xsd.SimpleAddServiceStub.addStrings(SimpleAddServiceStub.java:182) > at org.apache.axis2.fastinfoset.SimpleAddServiceClient.addStrings(SimpleAddServiceClient.java:110) > at org.apache.axis2.fastinfoset.FastInfosetTest.testAdd2(FastInfosetTest.java:110) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > Caused by: java.lang.UnsupportedOperationException: The parser is already consumed! > at org.apache.axiom.om.impl.llom.OMElementImpl.getXMLStreamReader(OMElementImpl.java:646) > at org.apache.axiom.om.impl.llom.OMElementImpl.getXMLStreamReaderWithoutCaching(OMElementImpl.java:628) > at org.apache.axis2.fastinfoset.xsd.SimpleAddServiceStub.fromOM(SimpleAddServiceStub.java:3619) > ... 17 more -- 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