[jboss-jira] [JBoss JIRA] Closed: (JBAOP-572) Class and Container proxy caches are not classloader aware
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Tue May 6 14:03:20 EDT 2008
[ http://jira.jboss.com/jira/browse/JBAOP-572?page=all ]
Kabir Khan closed JBAOP-572.
----------------------------
Resolution: Done
Assignee: Kabir Khan
> Class and Container proxy caches are not classloader aware
> ----------------------------------------------------------
>
> Key: JBAOP-572
> URL: http://jira.jboss.com/jira/browse/JBAOP-572
> Project: JBoss AOP
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 2.0.0.CR8
> Reporter: Kabir Khan
> Assigned To: Kabir Khan
> Fix For: 2.0.0.GA
>
> Attachments: jboss-aop-jdk50.jar
>
>
> If we create a proxy for ArrayList for deployment1, since ArrayList is in the bootstrap classloader, it is created against deployment1's loader.
> ArrayList is a global class, so the entry is never removed.
> If we deploy deployment2 that attempts to use the cache, it will access deployment1's proxy for ArrayList.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list