Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 48370 invoked from network); 26 Sep 2007 05:01:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Sep 2007 05:01:29 -0000 Received: (qmail 99174 invoked by uid 500); 26 Sep 2007 05:01:13 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 99109 invoked by uid 500); 26 Sep 2007 05:01:13 -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 99098 invoked by uid 99); 26 Sep 2007 05:01:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2007 22:01:13 -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; Wed, 26 Sep 2007 05:01:14 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9973771420D for ; Tue, 25 Sep 2007 22:00:52 -0700 (PDT) Message-ID: <3615200.1190782852625.JavaMail.jira@brutus> Date: Tue, 25 Sep 2007 22:00:52 -0700 (PDT) From: "Amila Chinthaka Suriarachchi (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-3227) Prefix error serializing ADB bean In-Reply-To: <27020285.1190722791490.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-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530359 ] Amila Chinthaka Suriarachchi commented on AXIS2-3227: ----------------------------------------------------- can you post your complete sample code. ProcessOrder is a big object structure. so if you can send me your sample code I can debug and see. > Prefix error serializing ADB bean > --------------------------------- > > Key: AXIS2-3227 > URL: https://issues.apache.org/jira/browse/AXIS2-3227 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: adb > Environment: JDK 1.6u2, Ubuntu 7.04 > Reporter: Jose Antonio > Attachments: Retailer.zip > > > I've created a test service with ADB and I'm developing a demo of it. I need to show the inputs and outputs in my program, so I'm converting the input and output beans to OMElements in order to obtain a string representation of some parts. The problem is that when I try to get the string I get the following error message: > Exception in thread "main" java.lang.RuntimeException: Error obtaining parser from data source:the prefix ==> Already exists for namespace ==> http://atos.upm.org/semeasy/warehouseinvoker/schema > at org.apache.axiom.om.impl.llom.OMSourcedElementImpl.getDirectReader(OMSourcedElementImpl.java:134) > at org.apache.axiom.om.impl.llom.OMSourcedElementImpl.forceExpand(OMSourcedElementImpl.java:152) > at org.apache.axiom.om.impl.llom.OMSourcedElementImpl.toString(OMSourcedElementImpl.java:818) -- 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