You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2008/07/07 09:19:00 UTC

[jira] Assigned: (SMX4NMR-34) classloader incorrect used in ComponentImpl

     [ https://issues.apache.org/activemq/browse/SMX4NMR-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang reassigned SMX4NMR-34:
-----------------------------------

    Assignee: Freeman Fang

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