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.