0 Replies Latest reply on Jul 14, 2004 5:09 PM by mgoldberg

    remote ejb client does not get RemoteException

    mgoldberg

      I have a tiny EJB client running from the command line and I have a smalll session bean deployed to jboss.

      If I throw and EJBException, or a RuntimeException from one of the bean methods, I get not exception thrown at the client. I would have expected a RemoteException.

      Am I missing something. Any hel appreciated.