Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 72358 invoked from network); 4 Mar 2005 17:20:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Mar 2005 17:20:32 -0000 Received: (qmail 11330 invoked by uid 500); 4 Mar 2005 17:20:27 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 11169 invoked by uid 500); 4 Mar 2005 17:20:27 -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: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 11078 invoked by uid 99); 4 Mar 2005 17:20:26 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=NORMAL_HTTP_TO_IP X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 04 Mar 2005 09:20:25 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j24Ge4H8026633 for ; Fri, 4 Mar 2005 17:40:04 +0100 Message-ID: <506727830.1109954404926.JavaMail.jira@ajax.apache.org> Date: Fri, 4 Mar 2005 17:40:04 +0100 (CET) From: "Mark Hansen (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS-1839) CLONE -WSDL2Java creates strange decorated QNames In-Reply-To: <108332225.1109954403296.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS-1839?page=comments#action_60208 ] Mark Hansen commented on AXIS-1839: ----------------------------------- This issue needs to be reopened, as I have been encountering it with 1.2RC2 and 1.2RC3. See attached example. To run the example, use Ant on the supplied build.xml. "ant test-wsdl2java" Then, look at the generated deployment file: work/bugreport/deploy.wsdd You will see the following type mapping with the bad qname "ns:>onMessage" > CLONE -WSDL2Java creates strange decorated QNames > ------------------------------------------------- > > Key: AXIS-1839 > URL: http://issues.apache.org/jira/browse/AXIS-1839 > Project: Axis > Type: Bug > Components: WSDL processing > Versions: 1.1 > Environment: Java 1.4.2 b28 > Xerces_J1.4.0 > Reporter: Mark Hansen > Attachments: OneWayService.wsdl, build.xml > > When feeding > org.apache.axis.wsdl.WSDL2Java -s -S true > with the following WSDL: > > > > > " > > > > > > > " > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > the generated code contains some calls to the QName class > constructor with strangely decorated Element names, like: > new javax.xml.namespace.QName("http://192.168.1.23/parkinfo", ">get") > in the ReadBindingSkeleton.java, but also in other generated code. > Furtehrmore, the generated deploy.wsdd contains typeMapping elements like: > > with the same strange decorator in the qname. > In nested elements, this leads to qnames like >data>timestamp. -- 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira