posted 19 years ago
If CMT transaction calls BMT method, CMT transaction suspended and BMT starts its own transaction by temporarily suspending CMT transaction, now if we marked setRollback() into BMT,does it means that CMT transaction will also not get commit or i have to understand that that are 2 different transaction.
According to what i understand was CMT ->propogate->BMT so both are individual transaction and will make not difference to CMT if BMT make setrollBack(), BMT transaction will not commit but has no effect on CMT.
Can anybody help me out in this case.
Sanneel