[jboss-jira] [JBoss JIRA] Created: (JBAOP-572) http://www.jboss.com/index.html?module=bb&op=viewtopic&t=134470&start=10
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Fri May 2 09:13:18 EDT 2008
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=134470&start=10
------------------------------------------------------------------------
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
Fix For: 2.0.0.CR9
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