posted 19 years ago
The client can use userTransaction but not the bean using CMT.
Let us say that a client initiated a Tx using UserTranaction interface by invoking begin. It then invokes some CMT bean method. Suppose an exception occurs in some method, the bean may invoke setRollBackOnly(). The client can get to know the status using UserTransaction.
[ June 06, 2003: Message edited by: Pradeep Bhat ]