ReloadingClassLoader extend URLClassLoader vs. ClassLoader
----------------------------------------------------------

                 Key: JCI-64
                 URL: https://issues.apache.org/jira/browse/JCI-64
             Project: Commons JCI
          Issue Type: New Feature
          Components: core
    Affects Versions: 1.0
            Reporter: Dave Marion


Working on a project where the application starts, creates a new URLClassLoader 
for a thread (set via Thread.setContextClassLoader()) and starts the Thread. 
The Thread's classpath is different that the application that started it 
because resources are added via URLClassLoader.addURL(). I am trying to 
implement ReloadingClassLoader in this environment and I don't see how. 
Currently, the ReloadingClassLoader only knows about the resources on the 
SystemClassLoader's classpath.

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