You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Antal Varga (JIRA)" <ji...@apache.org> on 2009/11/14 10:51:39 UTC

[jira] Created: (CXF-2536) WSDLManagerImpl.loadDefinition(String url) fails on WebLogic because StaX method XMLInputFactory.createXMLStreamReader(Source source) used is optional and returns null

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.


[jira] Resolved: (CXF-2536) WSDLManagerImpl.loadDefinition(String url) fails on WebLogic because optional StaX method XMLInputFactory.createXMLStreamReader(Source source) used returns null

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Updated: (CXF-2536) WSDLManagerImpl.loadDefinition(String url) fails on WebLogic because optional StaX method XMLInputFactory.createXMLStreamReader(Source source) used returns null

Posted by "Antal Varga (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antal Varga updated CXF-2536:
-----------------------------

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

> 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
>            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.