[jboss-jira] [JBoss JIRA] Updated: (JBAS-4536) Isolated classloading is incorrectly isolating java.* classes
Adrian Brock (JIRA)
jira-events at lists.jboss.org
Tue Jul 10 23:57:33 EDT 2007
[ http://jira.jboss.com/jira/browse/JBAS-4536?page=all ]
Adrian Brock updated JBAS-4536:
-------------------------------
Description:
If you isolate your classloading and then include a class in the jar that is a java.* class from the JDK
it never delegates the request to the JDK. Instead you get a ClassNotFoundException
because you are only allowed to load java.* classes from outside the bootstrap classloader.
was:
If you isolate your classloading an include a class in the jar that is a java.* class from the JDK
it never delegates the request to the JDK. Instead you get a ClassNotFoundException
because you are only allowed to load java.* classes from the bootstrap classloader.
> Isolated classloading is incorrectly isolating java.* classes
> -------------------------------------------------------------
>
> Key: JBAS-4536
> URL: http://jira.jboss.com/jira/browse/JBAS-4536
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: ClassLoading
> Affects Versions: JBossAS-4.2.1.GA
> Reporter: Adrian Brock
> Assigned To: Adrian Brock
> Fix For: JBossAS-5.0.0.Beta3, JBossAS-4.4.0.CR1, JBossAS-4.2.2.GA
>
>
> If you isolate your classloading and then include a class in the jar that is a java.* class from the JDK
> it never delegates the request to the JDK. Instead you get a ClassNotFoundException
> because you are only allowed to load java.* classes from outside the bootstrap classloader.
--
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