I have an EJB that in one of its remote methods, an Exception that is derived from RemoteException is thrown. This exception is not caught in the bean, so it is thrown outside of the EJB server boundries (to the client). However, when I try to catch this exception according to its type name, I am unsuccessul, and it is only caught in the "catch(RemoteException)" clause. The exception stack lists my derived exception as the "nested exception". Is there any way to actually throw an exception that derives from RemoteException from the EJB server, so that it will reach the client as that exception (and not as the base class RemoteException) ?? Thx, Ohad. =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
