The specs state that the client of an EJB will receive EJBException when the bean throws system exceptions and will recieve RemoteException if the business interface extends java.rmi.Remote.
Which exception will be received by the bean whose business interface has been defined only with @Remote annotation? [ July 08, 2008: Message edited by: nitin pai ]