[
https://issues.apache.org/activemq/browse/SMX4NMR-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44042#action_44042
]
Freeman Fang commented on SMX4NMR-34:
-------------------------------------
this cause issue
https://issues.apache.org/activemq/browse/SMX4-40
> 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
> Assignee: 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.