[ 
https://issues.apache.org/jira/browse/CXF-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Kulp resolved CXF-2536.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.5
         Assignee: Daniel Kulp

Thanks for testing the snapshot

> WSDLManagerImpl.loadDefinition(String url) fails on WebLogic because optional 
> StaX method XMLInputFactory.createXMLStreamReader(Source source) used 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
>            Assignee: Daniel Kulp
>            Priority: Critical
>             Fix For: 2.2.5
>
>
> 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