[jboss-jira] [JBoss JIRA] Created: (JBAS-4536) Isolated classloading is isolating java.* classesx

Adrian Brock (JIRA) jira-events at lists.jboss.org
Tue Jul 10 21:57:31 EDT 2007


Isolated classloading is isolating java.* classesx
--------------------------------------------------

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

-- 
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