Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 72232 invoked from network); 23 Mar 2004 20:08:34 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 23 Mar 2004 20:08:34 -0000 Received: (qmail 21848 invoked by uid 500); 23 Mar 2004 20:08:19 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 21814 invoked by uid 500); 23 Mar 2004 20:08:17 -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 21797 invoked from network); 23 Mar 2004 20:08:17 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 23 Mar 2004 20:08:17 -0000 Received: (qmail 23691 invoked from network); 23 Mar 2004 20:08:58 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 23 Mar 2004 20:08:58 -0000 Message-ID: <729698738.1080072538134.JavaMail.apache@nagoya> Date: Tue, 23 Mar 2004 12:08:58 -0800 (PST) From: jira@apache.org To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS-1259) local xsd:group constructs are not processed properly Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The following issue has been updated: Updater: Dominic Battre (mailto:dominic.battre@gmx.de) Date: Tue, 23 Mar 2004 12:07 PM Comment: sure. java org.apache.axis.message.addressing.tools.wsdl.WSDL2Java --server-side --skeletonDeploy true --verbose test.wsdl raises the exception but generates a nice org/w3/www/_2001/XMLSchema/SimpleRestrictionModel.java Changes: Attachment changed to test.wsdl --------------------------------------------------------------------- For a full history of the issue, see: http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-1259&page=history --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-1259 Here is an overview of the issue: --------------------------------------------------------------------- Key: AXIS-1259 Summary: local xsd:group constructs are not processed properly Type: Bug Status: Reopened Priority: Major Project: Axis Components: WSDL processing Fix Fors: current (nightly) Versions: current (nightly) Assignee: Davanum Srinivas Reporter: Dominic Battre Created: Tue, 23 Mar 2004 5:07 AM Updated: Tue, 23 Mar 2004 12:07 PM Environment: Gentoo Linux, Blackdown JDK 1.4.1 Description: The fix for http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26548 seems to create some problems concerning xsd:groups. At least WSDL2Java (cvs as of Feb 5 2004) processes the following code without complains whilst WSDL2Java (cvs as of Feb 6 2004) produces this exception: java org.apache.axis.wsdl.WSDL2Java --server-side --skeletonDeploy true --verbose test.wsdl Parsing XML file: test.wsdl java.io.IOException: Type {http://www.w3.org/2001/XMLSchema}simpleRestrictionModel is referenced but not defined. at org.apache.axis.wsdl.symbolTable.SymbolTable.checkForUndefined(SymbolTable.java:670) at org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable.java:550) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:524) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:501) at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:374) at java.lang.Thread.run(Thread.java:536) The wsdl code creating the problem is I will attach the whole wsdl file and the patch that was applied on Feb 6 2004. --------------------------------------------------------------------- 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