Can a method currently operating in a CMT context with trans-attribute == Required invoke a method in a BMT context with trans-attribute == Supports. If so, is the CMT transactional state propagated to the bean managed transaction?
From what I'm seeing,
JBoss abosutely despises me calling BMT transaction from CMT contexts.
Any comments?
Cory