[jboss-user] [EJB 3.0] - Re: error when calling entity bean findall() functions

jaikiran do-not-reply at jboss.com
Tue Jan 6 02:49:26 EST 2009


anonymous wrote : java.lang.RuntimeException: Specified calling class, [I could not be found for sun.misc.Launcher$AppClassLoader at 18d107f
  | at org.jboss.ejb3.common.lang.SerializableMethod.getClassFromName(SerializableMethod.java:348)
  | at org.jboss.ejb3.common.lang.SerializableMethod.toMethod(SerializableMethod.java:238) 

See this http://www.jboss.com/index.html?module=bb&op=viewtopic&t=147301#4196426. Known issue which we fixed recently.

Workarounds:

1) Use JDK 1.5 instead
OR
2) Use -Dsun.lang.ClassLoader.allowArraySyntax=true as mentioned in the README of the JBossAS-5.0 GA.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199684#4199684

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199684



More information about the jboss-user mailing list