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

                 Key: CXF-2536
                 URL: https://issues.apache.org/jira/browse/CXF-2536
             Project: CXF
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.2.5
         Environment: WebLogic 10.3, JRockit 1.6.0
            Reporter: Antal Varga
            Priority: Critical


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to