Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-2536

WSDLManagerImpl.loadDefinition(String url) fails on WebLogic because optional StaX method XMLInputFactory.createXMLStreamReader(Source source) used returns null

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 2.2.5
    • 2.2.5
    • Core
    • None
    • WebLogic 10.3, JRockit 1.6.0

    Description

      Reading WSDL does not work on WebLogic 10.3 since commit 835577 because
      the StaxUtils.createXMLStreamReader(InputSource src) call depends on
      StaxUtils.createXMLStreamReader(Source source) which uses
      XMLInputFactory.createXMLStreamReader(Source source) which is a method marked as optional and it returns null in WebLogic StaX implementation
      weblogic.xml.stax.XMLStreamInputFactory.

      Attachments

        Activity

          People

            dkulp Daniel Kulp
            vanti Antal Varga
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: