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

2009-01-05 Thread cuiyu
i use jdk1.6, jboss 5.0.0.GA, My eclipse 6.0 anonymous wrote : | java.lang.RuntimeException: Specified calling class, [I could not be found for sun.misc.launcher$appclassloa...@18d107f | at org.jboss.ejb3.common.lang.SerializableMethod.getClassFromName(SerializableMethod.java:348) |

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

2009-01-05 Thread cuiyu
I wrote a client to insert data to derby database, and then print all the data rows in the console. The code is as below | ublic class MsgSender { | | public static void main(String[] args) { | // TODO Auto-generated method stub |