Hi, I' running a Geronimo 2.2 and wrote a very simple WebService to test something (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.tmpdir/MQBeanTest.jar!/META-INF/wsdl/'. Retrieving schema at 'Test_schema1.xsd', relative to 'jar:file:/.../geronimo-deployer704116478554378101.tmpdir/MQBeanTest.jar!/META-INF/wsdl/'. 2011-05-27 12:04:54,166 ERROR [startup] Unable to read wsdl file META-INF/wsdl/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 = "Optitool", portName = "TestPort", endpointInterface = "de.optitool.test.ITest", targetNamespace = "http://test.optitool.de", wsdlLocation = "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 really helpful... Perhaps anyone on this list has got an idea? Regards, Flo
