posted 14 years ago
HFEJB/spec says - No transaction propagates into the BMT bean - this is talking more in terms of beans, not individual methods.
The question is what if a client calls the method methodA over a BMT bean > methodA starts a new transaction > methodA in turn calls methodB of the same bean. Will this BMT transaction, started in methodA, propagate to methodB?