Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 69375 invoked from network); 20 Oct 2005 15:42:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Oct 2005 15:42:27 -0000 Received: (qmail 73510 invoked by uid 500); 20 Oct 2005 15:42:24 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 73486 invoked by uid 500); 20 Oct 2005 15:42: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 73468 invoked by uid 99); 20 Oct 2005 15:42:23 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2005 08:42:23 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 0A3D6590 for ; Thu, 20 Oct 2005 17:41:59 +0200 (CEST) Message-ID: <1545858196.1129822919039.JavaMail.jira@ajax.apache.org> Date: Thu, 20 Oct 2005 17:41:59 +0200 (CEST) From: =?UTF-8?Q?Lars_J=C3=BCtten_=28JIRA=29?= To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-287) Facet minInclusive causes RunTimeException 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Facet minInclusive causes RunTimeException ------------------------------------------ Key: AXIS2-287 URL: http://issues.apache.org/jira/browse/AXIS2-287 Project: Apache Axis 2.0 (Axis2) Type: Bug Components: Tools =20 Versions: 0.92 =20 Environment: Red Hat 9 Reporter: Lars J=C3=BCtten (1) Trying to compile the WSDL file using: ./WSDL2Java.sh -o /tmp/ -p net.t_mobile.wlan.xtc -uri Xaction60Stateful.wsd= l (2) ... leads to: Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationExce= ption: java.lang.RuntimeException: org.apache.xmlbeans.XmlException: error:= cvc-complex-type.2.4a: Expected elements 'annotation@http://www.w3.org/200= 1/XMLSchema simpleType@http://www.w3.org/2001/XMLSchema complexType@http://= www.w3.org/2001/XMLSchema unique@http://www.w3.org/2001/XMLSchema key@http:= //www.w3.org/2001/XMLSchema keyref@http://www.w3.org/2001/XMLSchema' instea= d of 'minInclusive@http://www.w3.org/2001/XMLSchema' here in element elemen= t@http://www.w3.org/2001/XMLSchema at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(Code= GenerationEngine.java:104) at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:30) at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21) Caused by: java.lang.RuntimeException: org.apache.xmlbeans.XmlException: er= ror: cvc-complex-type.2.4a: Expected elements 'annotation@http://www.w3.org= /2001/XMLSchema simpleType@http://www.w3.org/2001/XMLSchema complexType@htt= p://www.w3.org/2001/XMLSchema unique@http://www.w3.org/2001/XMLSchema key@h= ttp://www.w3.org/2001/XMLSchema keyref@http://www.w3.org/2001/XMLSchema' in= stead of 'minInclusive@http://www.w3.org/2001/XMLSchema' here in element el= ement@http://www.w3.org/2001/XMLSchema at org.apache.axis2.wsdl.codegen.extension.XMLBeansExtension.engage= (XMLBeansExtension.java:168) at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(Code= GenerationEngine.java:75) ... 2 more Caused by: org.apache.xmlbeans.XmlException: error: cvc-complex-type.2.4a: = Expected elements 'annotation@http://www.w3.org/2001/XMLSchema simpleType@h= ttp://www.w3.org/2001/XMLSchema complexType@http://www.w3.org/2001/XMLSchem= a unique@http://www.w3.org/2001/XMLSchema key@http://www.w3.org/2001/XMLSch= ema keyref@http://www.w3.org/2001/XMLSchema' instead of 'minInclusive@http:= //www.w3.org/2001/XMLSchema' here in element element@http://www.w3.org/2001= /XMLSchema at org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.compile= (SchemaTypeSystemCompiler.java:225) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor= Impl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod= AccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.xmlbeans.XmlBeans.compileXmlBeans(XmlBeans.java:665) at org.apache.axis2.wsdl.codegen.extension.XMLBeansExtension.engage= (XMLBeansExtension.java:147) ... 3 more --=20 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira