What is the value for name you are using? Why not just use Class.class?
Or if you really want to use Class.forName to load Class, then you should be able to use the system class loader. Is this after yesterdays Server/ServerLoader change? --jason Dain Sundstrom wrote: > 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 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
