classloader incorrect used in ComponentImpl
-------------------------------------------

                 Key: SMX4NMR-34
                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-34
             Project: ServiceMix NMR
          Issue Type: Bug
            Reporter: Freeman Fang


in the init(), it was
Thread.currentThread().setContextClassLoader(lifeCycle.getClass().getClassLoader());
but should the component's classloader
Thread.currentThread().setContextClassLoader(component.getClass().getClassLoader());



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