Hi Adri,
I agree with your thinking as I also think that if an
EJB throws a system exception container will catch it and throw the RemoteException or EJBException which the client will recieve, now if the client itself is an EJB it will also rethrow as it may not be catching it so this recieving EJB should also be removed by the container as it is throwing a system exception and its transaction should be rolled back.
soni.
[ September 21, 2005: Message edited by: Soni Prasad ]