From user-return-15536-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Fri May 27 10:16:10 2011 Return-Path: X-Original-To: apmail-geronimo-user-archive@www.apache.org Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 20BEF4D4D for ; Fri, 27 May 2011 10:16:10 +0000 (UTC) Received: (qmail 59837 invoked by uid 500); 27 May 2011 10:16:09 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 59797 invoked by uid 500); 27 May 2011 10:16:08 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 59790 invoked by uid 99); 27 May 2011 10:16:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 May 2011 10:16:08 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [194.95.197.20] (HELO gateway.optitool.de) (194.95.197.20) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 May 2011 10:16:03 +0000 Received: from [192.168.100.101] (port=15090 helo=gateway.optitool.de) by gateway.optitool.de with esmtps (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1QPu4w-0005It-2J for user@geronimo.apache.org; Fri, 27 May 2011 12:15:39 +0200 Received: from SBSRV.ot.local ([fe80::4d6d:dea0:8c7c:18a4]) by SBSRV.ot.local ([fe80::4d6d:dea0:8c7c:18a4%11]) with mapi; Fri, 27 May 2011 12:15:38 +0200 X-CTCH-RefID: str=0001.0A090203.4DDF79CB.003A,ss=1,fgs=0 From: Florian Schaetz To: "user@geronimo.apache.org" Date: Fri, 27 May 2011 12:15:37 +0200 Subject: ERROR [startup] Unable to read wsdl file Thread-Topic: ERROR [startup] Unable to read wsdl file Thread-Index: AcwcViaNF+5Wi5+/TVW9t+ePpFRowQ== Message-ID: <01E7E8E50C98824E9045DFD5FFC859D42D89DDC98C@SBSRV.ot.local> Accept-Language: de-DE Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: de-DE Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Hi, I' running a Geronimo 2.2 and wrote a very simple WebService to test someth= ing (MQs, but as I don't even get there, that's not the problem), but when = trying to deploy it, I always get the following message: Retrieving document at 'jar:file/.../geronimo-deployer704116478554378101.tm= pdir/MQBeanTest.jar!/META-INF/wsdl/'. Retrieving schema at 'Test_schema1.xsd', relative to 'jar:file:/.../geronim= o-deployer704116478554378101.tmpdir/MQBeanTest.jar!/META-INF/wsdl/'. 2011-05-27 12:04:54,166 ERROR [startup] Unable to read wsdl file META-INF/w= sdl/Optitool.wsdl But there IS a /META-INF/wsdl/Optitool.wsdl in the EJB jar. It was created = by wsgen. I also added the appropriate jaxws package, also created by wsgen= . The top of the class looks like... @Remote(ITest.class) @Stateless @WebService(serviceName =3D "Optitool", portName =3D "TestPort", endpointIn= terface =3D "de.optitool.test.ITest", targetNamespace =3D "http://test.opti= tool.de", wsdlLocation =3D "META-INF/wsdl/Optitool.wsdl") public class Test implements ITest { .... So, honestly, I don't see where the error could be. And the message isn't r= eally helpful... Perhaps anyone on this list has got an idea? Regards, Flo