On Sunday 05 May 2002 18:56, you wrote: > Give me some time and I'll try to write a surogate Clazz.forName(className, > classLoader) method that would take into account all possible types > (including primitives and their arrays) as suggested by Dr. Christoph Jung.
Ok, here it is. I attached it to the patch-551329: http://sourceforge.net/tracker/index.php?func=detail&aid=551329&group_id=22866&atid=376687 This is org.jboss.util.ClassUtils class with a single static method: loadClass(String className, ClassLoader cl); It could be put into the "common" module, or alternatively into the existing org.jboss.util.Classes class. Peter _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
