[
http://jira.jboss.com/jira/browse/JBCL-2?page=all ]
Adrian Brock moved JBMICROCONT-234 to JBCL-2:
---------------------------------------------
Project: JBoss ClassLoader (was: JBoss MicroContainer)
Key: JBCL-2 (was: JBMICROCONT-234)
Component/s: ClassLoader
(was: General)
Fix Version/s: JBossCL.2.0.0.Beta11
(was: JBossMC-2.0.0.CR1)
BaseClassLoader should check whether findLoadedClass is caching
undeployed classes
----------------------------------------------------------------------------------
Key: JBCL-2
URL:
http://jira.jboss.com/jira/browse/JBCL-2
Project: JBoss ClassLoader
Issue Type: Bug
Components: ClassLoader
Reporter: Adrian Brock
Assigned To: Adrian Brock
Fix For: JBossCL.2.0.0.Beta11
ClassLoader.findLoadedClass() can cache classes from other classloaders.
We need to check that class returned from findLoadedClass() isn't linked to a
classloader
that has RealClassLoader::isValid() == false
If it has, then we ignore that class and continue with the normal load request.
--
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