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

Jean-Sebastien Delfino resolved TUSCANY-2575.
---------------------------------------------

    Resolution: Fixed

> Can't use interface-wsdl in a WebSphere 6.1 classloader
> -------------------------------------------------------
>
>                 Key: TUSCANY-2575
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2575
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>            Reporter: Jean-Sebastien Delfino
>            Assignee: Jean-Sebastien Delfino
>             Fix For: Java-SCA-Next
>
>
> Modules interface-wsdl and interface-wsdl-xml can't be used in a WebSphere 
> 6.1 classloader (in a classloader at the same level as the WebSphere server 
> runtime classloader), as they use an interface and methods not available on 
> the WSDL4J 1.4 that ships with WebSphere 6.1.
> I think that there's two simple non-breaking workarounds that'll allow us to 
> work both with WSDL4J 1.4 and the latest WSDL4J 1.6.x:
> - tolerate errors when accessing WSDL extension attributes (not available on 
> 1.4)
> - change WSDLObject<T extends WSDLElement> to WSDLObject<T extends 
> Serializable> as WSDLElement was introduced post 1.4, and is also not used 
> directly by any of our code.

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