Hi,
In
EJB specification document section 14.3.1 (page number 384), table row 2 (system exception portion) said via note 'E' as
[E] If the business interface is a remote business interface that extends java.rmi.Remote, the java.rmi.RemoteException is thrown to the client, which will receive this exception.
Practically i found "com.sun.ejb.containers.InternalEJBContainerException" thrown to the client, here is the code
"searchBook" method of BookService is invoked from another EJB.
Is it a mistake in specs document or i am doing something wrong because of which i am not able to receive "java.rmi.RemoteException"?