posted 18 years ago
Hey,
Which two are true about bean-managed transaction demarcation?
A) A transaction used by a BMT bean MUST have been started by the bean.
B) The caller's transaction will be propagated into a BMT bean.
C) Transactions in a BMT bean do not propagate when the BMT bean calls a method on another bean.
D) A bean cannot use both CMT and BMT together.
E) BMT beans must not specify transaction attributes.
The answer given is D and E.
I feel that A is also correct because transactions are not propagated into beans with BMT demarcation.
Ranchers, Please correct me if I am wrong.
Cheers,
Sandeep