Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 47188 invoked from network); 26 Oct 2007 02:26:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2007 02:26:24 -0000 Received: (qmail 35966 invoked by uid 500); 26 Oct 2007 02:26:11 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 35951 invoked by uid 500); 26 Oct 2007 02:26:11 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 35942 invoked by uid 99); 26 Oct 2007 02:26:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2007 19:26:11 -0700 X-ASF-Spam-Status: No, hits=-99.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG 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; Fri, 26 Oct 2007 02:26:12 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B5FE571424B for ; Thu, 25 Oct 2007 19:25:50 -0700 (PDT) Message-ID: <15540445.1193365550742.JavaMail.jira@brutus> Date: Thu, 25 Oct 2007 19:25:50 -0700 (PDT) From: "maomaode (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Created: (CXF-1140) wsdl2java failed if the schema import use the relative path to a url MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org wsdl2java failed if the schema import use the relative path to a url -------------------------------------------------------------------- Key: CXF-1140 URL: https://issues.apache.org/jira/browse/CXF-1140 Project: CXF Issue Type: Bug Components: Tooling Affects Versions: 2.0.2 Reporter: maomaode Assignee: maomaode Fix For: 2.0.3 wsdl2java http://www.nabble.com/file/p13415060/csta-all.wsdl will give me org.apache.cxf.tools.common.ToolException: java.lang.RuntimeException: Fail to c reate wsdl definition from : http://www.nabble.com/file/p13415060/csta-all.wsdl Caused by : WSDLException (at /definitions/types/xs:schema/xsd:schema): faultCod e=OTHER_ERROR: Unable to locate with a locator the schema referenced at 'camp-on -call.xsd' relative to document base 'http://www.ecma-international.org/standard s/ecma-323/csta/ed3/csta.xsd' at org.apache.cxf.tools.wsdlto.WSDLToJavaContainer.execute(WSDLToJavaCon tainer.java:267) at org.apache.cxf.tools.common.toolspec.ToolRunner.runTool(ToolRunner.ja va:83) at org.apache.cxf.tools.wsdlto.WSDLToJava.run(WSDLToJava.java:102) at org.apache.cxf.tools.wsdlto.WSDLToJava.main(WSDLToJava.java:171) Caused by: java.lang.RuntimeException: Fail to create wsdl definition from : htt p://www.nabble.com/file/p13415060/csta-all.wsdl Caused by : WSDLException (at /definitions/types/xs:schema/xsd:schema): faultCod e=OTHER_ERROR: Unable to locate with a locator the schema referenced at 'camp-on -call.xsd' relative to document base 'http://www.ecma-international.org/standard s/ecma-323/csta/ed3/csta.xsd' at org.apache.cxf.wsdl11.WSDLDefinitionBuilder.parseWSDL(WSDLDefinitionB uilder.java:144) at org.apache.cxf.wsdl11.WSDLDefinitionBuilder.build(WSDLDefinitionBuild er.java:113) at org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11.JAXWSDefinitionBuil der.build(JAXWSDefinitionBuilder.java:90) at org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11.JAXWSDefinitionBuil der.build(JAXWSDefinitionBuilder.java:63) at org.apache.cxf.tools.wsdlto.WSDLToJavaContainer.execute(WSDLToJavaCon tainer.java:151) at org.apache.cxf.tools.wsdlto.WSDLToJavaContainer.execute(WSDLToJavaCon tainer.java:259) ... 3 more Caused by: javax.wsdl.WSDLException: WSDLException (at /definitions/types/xs:sch ema/xsd:schema): faultCode=OTHER_ERROR: Unable to locate with a locator the sche ma referenced at 'camp-on-call.xsd' relative to document base 'http://www.ecma-i nternational.org/standards/ecma-323/csta/ed3/csta.xsd' at com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.parseTypes(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) at org.apache.cxf.wsdl11.WSDLDefinitionBuilder.parseWSDL(WSDLDefinitionB uilder.java:125) ... 8 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.