You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Sharan Foga (JIRA)" <ji...@apache.org> on 2015/02/21 08:34:13 UTC

[jira] [Updated] (OFBIZ-4939) ClassLoader instance should be initialized with Thread.currentThread().getContextClassLoader() instead of this.getClass().getClassLoader()

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

Sharan Foga updated OFBIZ-4939:
-------------------------------
    Sprint: Bug Crush Event - 21/2/2015

> ClassLoader instance should be initialized with Thread.currentThread().getContextClassLoader() instead of this.getClass().getClassLoader()
> ------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4939
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4939
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Francis ANDRE
>         Attachments: OFBIZ-4939.patch
>
>
> Hi
> Using this.getClass().getClassLoader() instead of Thread.currentThread().getContextClassLoader() leads to 
> Exception: java.lang.ClassNotFoundException as for example
> Message: org.ofbiz.scrum.ScrumServices
> Rgds



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)