[jboss-jira] [JBoss JIRA] Created: (JBBUILD-395) Add support for overriding getResources method in java.lang.ClassLoader

Paul Gier (JIRA) jira-events at lists.jboss.org
Thu Aug 16 12:15:01 EDT 2007


Add support for overriding getResources method in java.lang.ClassLoader
-----------------------------------------------------------------------

                 Key: JBBUILD-395
                 URL: http://jira.jboss.com/jira/browse/JBBUILD-395
             Project: JBoss Build System
          Issue Type: Feature Request
          Components: JBossRetro
            Reporter: Paul Gier
             Fix For: JBossRetro-1.1.3.GA


The jboss-test project has a class called
org.jboss.test.classloader.FilteringClassLoader

This class overrides the method getResources(String) in java.lang.Classloader.  This is fine for jdk1.5, but this method is declared final in jdk1.4.  There should be a way to retro translate this to maintain this behaviour in jdk1.4.  Maybe the overriding method should just be removed when the retro translation takes place.

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