posted 16 years ago
what happends if methodA running in transactional context call methodB having "never" transactional attribute.Will the container kill the bean instance of methodB.
If methodA is running in transaction context, then methodB will throw java.rmi.RemoteException. Since RemoteException is a system exception, the bean instance will be discarded, and transaction will be rolled back.
Swamy
In the morning there is hope; in the afternoon, fulfillment; in the evening, memory; at night, peace.