hi,
in
ejb 2.0 spec >> page 90 >> ejbCreate() and ejbRemove() for SLSB BMT .. says bean instance can call getUserTxn()
can b called from ejbCreate() and ejbRemove() (but no methods allowed to invoke on UserTxn() ).
But HFEJB @ page 228 in chapter 4 says SLSB with BMT can't call getUserTxn() in ejbCreate() and ejbRemove().
pls clear me give clear picture on this...
Bin