Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 62079 invoked from network); 1 Oct 2004 18:35:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Oct 2004 18:35:46 -0000 Received: (qmail 9678 invoked by uid 500); 1 Oct 2004 18:35:41 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 9550 invoked by uid 500); 1 Oct 2004 18:35:40 -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 9541 invoked by uid 99); 1 Oct 2004 18:35:40 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 01 Oct 2004 11:35:39 -0700 Received: (qmail 19389 invoked from network); 1 Oct 2004 18:37:32 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 1 Oct 2004 18:37:32 -0000 Message-ID: <2096048100.1096655852791.JavaMail.apache@nagoya> Date: Fri, 1 Oct 2004 11:37:32 -0700 (PDT) From: axis-dev@ws.apache.org To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS-1582) WSDL2Java fails to process xsd:import In-Reply-To: <1410702596.1096655253108.JavaMail.apache@nagoya> 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 The following issue has been updated: Updater: Jerome Magnet (mailto:jeromem@nortelnetworks.com) Date: Fri, 1 Oct 2004 11:37 AM Comment: I have two levels of schema imports from the See in attached ZIP. Changes: Attachment changed to wsdl.zip --------------------------------------------------------------------- For a full history of the issue, see: http://issues.apache.org/jira/browse/AXIS-1582?page=history --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/AXIS-1582 Here is an overview of the issue: --------------------------------------------------------------------- Key: AXIS-1582 Summary: WSDL2Java fails to process xsd:import Type: Bug Status: Unassigned Priority: Major Project: Axis Components: WSDL processing Versions: current (nightly) Assignee: Reporter: Jerome Magnet Created: Fri, 1 Oct 2004 11:26 AM Updated: Fri, 1 Oct 2004 11:37 AM Environment: Windows 2000, ant1.6.0, j2sdk1.4.2_02 Description: An imported definition is not found during execution of WSDL2Java. The entire content of (in ) is imported from an external XSD file, which itself imports other schemas with different namespace. See details of exception below: D:\Jeromem\wsdl\build.xml:32: Error while processing WSDL in Wsdl2javaAntTask for D:\Jeromem\wsdl/NotificationService.wsdl at org.apache.axis.tools.ant.wsdl.Wsdl2javaAntTask.execute(Wsdl2javaAntTask.java:272) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:306) at org.apache.tools.ant.Task.perform(Task.java:401) at org.apache.tools.ant.Target.execute(Target.java:338) at org.apache.tools.ant.Target.performTasks(Target.java:365) at org.apache.tools.ant.Project.executeTarget(Project.java:1237) at org.apache.tools.ant.Project.executeTargets(Project.java:1094) at org.apache.tools.ant.Main.runBuild(Main.java:669) at org.apache.tools.ant.Main.startAnt(Main.java:220) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:215) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:90) Caused by: java.io.IOException: Element {http://www.tmforum.org/schema/MTOSI/NotificationService/v1/}NotifyRequest is referenced but not defined. at org.apache.axis.wsdl.symbolTable.SymbolTable.checkForUndefined(SymbolTable.java:657) at org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable.java:532) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:506) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:483) at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:356) at java.lang.Thread.run(Thread.java:534) --- Nested Exception --- java.io.IOException: Element {http://www.tmforum.org/schema/MTOSI/NotificationService/v1/}NotifyRequest is referenced but not defined. at org.apache.axis.wsdl.symbolTable.SymbolTable.checkForUndefined(SymbolTable.java:657) at org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable.java:532) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:506) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:483) at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:356) at java.lang.Thread.run(Thread.java:534) --------------------------------------------------------------------- JIRA INFORMATION: 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