posted 19 years ago
When we call remove(Object object) method of a session bean remote home interface(or local interface for that matter) - to remove a session object - do we get a RemoveException or a RemoteException(EJBException) ?
One version of errata that i have says RemoteException while HFEJB says RemoveException would be thrown.