ClassLoader issues with node2 launcher on WebSphere
---------------------------------------------------

                 Key: TUSCANY-2182
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2182
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Core Runtime
    Affects Versions: Java-SCA-1.2
            Reporter: Jean-Sebastien Delfino
            Assignee: Jean-Sebastien Delfino
             Fix For: Java-SCA-1.2


The classloader used by Node2 uses a parent-first loading scheme which does not 
work on WebSphere application server, as different versions of the Tuscany 
runtime dependencies are on the classpath of Webapps in the WebSphere 
environment.

The fix for that issue is simply to ensure that the Node2 launcher uses a 
parent-last classloading scheme to load its runtime classes.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to