Shanika Dias wrote:
In that case is it possible to have a mix of CMT and BMT in an application, so that for complex, long methods to use BMT and the rest to have CMT?
That's possible. Transaction management typically is per component level. i.e. if you applications has multiple components (like EJBs) then each component (i.e. each
EJB for example) can have a different transaction management characteristic. One bean can be configured for BMT and the other can use CMT.