> > >>If I understand this correctly, then the return of >>ClassLoader.getCallerClassLoader() will be the system or rather bootsrap >>CL, since that is what has loaded URL (URL.class.getClassLoader() >>returns null) >> > >Actually, as far as my little brain can remember, getCallerClassLoader() >will return the Class.getClassLoader() of exactly that class that has last >been entered by the execution stack frame (yes, it�s a such difficult and >useless construct!). > Right, but if Class.forName() was called from inside URL, then it would be the system or bootstrap right?
--jason _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
