Hi all,

I need to load the java.lang.Class object for an array by name.  I have 
tried the following:

Class.forName(name, true, entity.getClassLoader());

Where name is "java.lang.Object[]", and I get a ClassNotFoundException.

Any ideas?

-dain


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to