posted 19 years ago
I don't know why Jayashree thinks they're true, but for me:
A. Transactions don't propagate into BMT beans, so if it's using a transaction, then it must have started it.
C. Oops, not true. Transactions can propagate from BMT beans, just not to them.
D. Beans must be marked either BMT or CMT.
E. Not sure about this one actually. The transaction attributes (REQUIRED, MANDATORY, SUPPORTED, etc.) only really make sense for CMT. I suppose you could mark them for BMT though. I never really thought about it.
So if I had to choose only two, I'd go for A and D.