[jboss-jira] [JBoss JIRA] Updated: (JBAOP-572) Class and Container proxy caches are not classloader aware

Kabir Khan (JIRA) jira-events at lists.jboss.org
Tue May 27 14:11:53 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBAOP-572?page=all ]

Kabir Khan updated JBAOP-572:
-----------------------------

    Fix Version/s: 2.1.0.CR10
                       (was: 2.0.0.GA)

> 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.1.0.CR10
>
>         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