posted 15 years ago
Please explain following question's answer from javabeat
A method of business interface of CMT bean throws non-application exception, then the client will receive :- (choose two best answers)
1.javax.ejb.EJBTransactionRolledbackexception if bean executes within caller's transaction and with required transaction attribute
2.Javax.ejb.EJBException if bean executes within transaction started by container, and with requiresNew transaction attribute
3.Java.rmi.RemoteException if bean executes within caller's transaction and with required transaction attribute
4.Javax.ejb.EJBException if bean executes within caller's transaction and with Mandatory transaction attribute
Correct answer is 1, 2
"Know where to find the solution and how to use it - that's the secret of success."