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:23:01 UTC

[jira] Resolved: (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 resolved SMX4NMR-34.
---------------------------------

    Fix Version/s: 1.0-m2
       Resolution: Fixed

commit fix
http://svn.apache.org/viewvc?rev=674410&view=rev

> 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
>             Fix For: 1.0-m2
>
>
> 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.