Uploaded image for project: 'Geronimo'
  1. Geronimo
  2. GERONIMO-4311

Deployment of service-refs with wsdl with external wsdl/xsd imports fails

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.1.3, 2.2
    • 2.1.4, 2.2
    • webservices
    • Security Level: public (Regular issues)
    • None

    Description

      Deployment of applications with service-refs with wsdl that has external wsdl or xsd imports will fail with RuntimeException, for example:

      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)
      

      Attachments

        Activity

          People

            gawor@mcs.anl.gov Jarek Gawor
            gawor@mcs.anl.gov Jarek Gawor
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: