A "mmbase/src/org$ grep -r 'Class.forName(' * " will return a lot of
classes which are instanciated by the Bootstrap classloader. 
Should these Class.forName(); methods be replaced by
getClass().forName(); methods, so that they will use the current
classloader for loading their new classes?

What is the policy for this?
    http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html
    http://kb.atlassian.com/content/atlassian/howto/classloaders.jsp
    
http://java.sun.com/j2se/1.3/docs/api/java/lang/Class.html#forName(java.lang.String)
    
-- 
Eduard Witteveen Systeem Ontwikkelaar
NOS Internet,  Gateway C Kamer 107
+31(0)356772910 http://www.omroep.nl/

Sed quis custodiet ipsos custodes? : The sixth Satire from Juvenal

Reply via email to