[
https://issues.apache.org/jira/browse/GERONIMO-4311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jarek Gawor resolved GERONIMO-4311.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.2
2.1.4
Assignee: Jarek Gawor
Committed fixes to trunk (revision 696894) and branches/2.1 (revision 696895).
> 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
> Assignee: Jarek Gawor
> Fix For: 2.1.4, 2.2
>
>
> 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.