posted 17 years ago
Hi Nick,
SPEC 7.5.7
A session bean�s newInstance, setSessionContext, ejbCreate, ejbRemove, ejbPassivate, ejbActivate, and afterCompletion methods are called with an unspecified transaction context.
So, you cannot use SessionContext methods to force transaction to complete, this is wit CMT only. In BMT you can definately get TransactionContext from SessionContext in these methods manage to your transaction programatically.
People,
Please correct me if I am wrong.
Thnks.
[ August 30, 2007: Message edited by: Neo Greet ]