Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 86058 invoked from network); 29 Nov 2006 11:09:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Nov 2006 11:09:18 -0000 Received: (qmail 5002 invoked by uid 500); 29 Nov 2006 11:09:25 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 4823 invoked by uid 500); 29 Nov 2006 11:09:24 -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 4812 invoked by uid 99); 29 Nov 2006 11:09:23 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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, 29 Nov 2006 03:09:23 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0F5527142F3 for ; Wed, 29 Nov 2006 02:44:21 -0800 (PST) Message-ID: <25331147.1164797061033.JavaMail.jira@brutus> Date: Wed, 29 Nov 2006 02:44:21 -0800 (PST) From: =?utf-8?Q?Jorge_Rodr=C3=ADguez_Pedrianes_=28JIRA=29?= To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-1787) Problems when i use "namespaceURIs" in pom.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Problems when i use "namespaceURIs" in pom.xml ---------------------------------------------- Key: AXIS2-1787 URL: http://issues.apache.org/jira/browse/AXIS2-1787 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: codegen Affects Versions: 1.1 Reporter: Jorge Rodr=C3=ADguez Pedrianes Hello, i see a littel bug in codegen in WSDL2Code class you put: getNamespaceToPackagesMap() { ....... =09=09=09String uriPackageName =3D mapping.getPackageName(); =09=09=09if (uriPackageName !=3D null) { =09=09=09=09throw new MojoFailureException("A namespace to package mapp= ing requires a packageName child element."); =09=09=09} ....... but this is a error because when i put a packageName in pom.xml throw a exc= eption. The correct are: getNamespaceToPackagesMap() { ....... =09=09=09String uriPackageName =3D mapping.getPackageName(); =09=09=09if (uriPackageName =3D=3D null) { =09=09=09=09throw new MojoFailureException("A namespace to package mapp= ing requires a packageName child element."); =09=09=09} ....... Thanks --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org