You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2009/08/05 05:39:14 UTC

[jira] Resolved: (GERONIMO-4782) TemporaryClassLoader loads annotation classes from wrong classloader

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

Jarek Gawor resolved GERONIMO-4782.
-----------------------------------

    Resolution: Fixed

Committed a fix to trunk (revision 801054) and branches/2.1 (revision 801055).


> TemporaryClassLoader loads annotation classes from wrong classloader
> --------------------------------------------------------------------
>
>                 Key: GERONIMO-4782
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4782
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.1.5, 2.2
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 2.1.5, 2.2
>
>
> TemporaryClassLoader attempts to loads annotation classes from classloader which loaded the TemporaryClassLoader class instead of the parent classloader. That might cause the runtime not to see certain annotations or throw java.lang.TypeNotPresentException or java.lang.ClassNotFoundException exceptions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.