Page 1 of 1

About Question com.enthuware.ets.scbcd.v5.2.147 :

Posted: Mon May 02, 2011 9:19 pm
by ETS User
Since it is a remote bean should it not get a remote exception rather than getting the same application exception.

Re: About Question com.enthuware.ets.scbcd.v5.2.147 :

Posted: Thu Jun 06, 2013 12:37 pm
by cjscript
Late response....MyException is an application exception. This type of exception is returned to client without modification. System exceptions are different. Container returns remote system exceptions as RemoteException and local system exceptions as EJBException.