0 Replies Latest reply on Jul 17, 2003 1:59 PM by eldon

    javax.ejb.EJBException: Unknown load group: name=group name

    eldon

      I write a client remote program to test an enity bean (CMP 2.0). The home.create works fine, but when I try call a get*() the follow error occurs:

      java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
      java.rmi.ServerException: EJBException:; nested exception is:
      javax.ejb.EJBException: Unknown load group: name=group name
      at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:292)

      (continue)
      //------------------------------------

      I appreciate if someone help me !

      Eldon