You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jeff Yu (JIRA)" <ji...@apache.org> on 2007/10/10 10:23:50 UTC

[jira] Created: (CXF-1098) ClassLoader improvement.

ClassLoader improvement.
------------------------

                 Key: CXF-1098
                 URL: https://issues.apache.org/jira/browse/CXF-1098
             Project: CXF
          Issue Type: Improvement
          Components: Integration
    Affects Versions: 2.0.2
         Environment: windows.
            Reporter: Jeff Yu
             Fix For: 2.1


Now we deploy the cxf to Weblogic application server, we need to put the ws_metadata package in the endorsed folder. 
It might break the application server itself since we don't know whehter the application server works well with the endorsed library or not.

The better solution for this would be a custom classloader that can find the class in child-first algorithm for loading class.
Like weblogic has the "prefer-application-package" configuration. see http://xfire.codehaus.org/XFire+on+WebLogic+9.2

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