Deployment of service-refs with wsdl with external wsdl/xsd imports fails
-------------------------------------------------------------------------
Key: GERONIMO-4311
URL: https://issues.apache.org/jira/browse/GERONIMO-4311
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: webservices
Affects Versions: 2.1.3, 2.2
Reporter: Jarek Gawor
Deployment of applications with service-refs with wsdl that has external wsdl
or xsd imports will fail with RuntimeException, for example:
{code}
org.apache.geronimo.common.DeploymentException: File does not exist in the
module http://java.sun.com/xml/ns/javaee/javaee_5.xsd
at
org.apache.geronimo.jaxws.builder.EndpointInfoBuilder.build(EndpointInfoBuilder.java:157)
at
org.apache.geronimo.cxf.builder.CXFServiceRefBuilder.createService(CXFServiceRefBuilder.java:59)
....
Caused by: java.lang.RuntimeException: File does not exist in the module
http://java.sun.com/xml/ns/javaee/javaee_5.xsd
at
org.apache.geronimo.jaxws.builder.EndpointInfoBuilder$JarWSDLLocator.getImportInputSource(EndpointInfoBuilder.java:404)
at com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(Unknown Source)
at com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(Unknown Source)
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.