Hi,

Is it possible to have a transaction (handled by the PlatformTransactionmanager) within a CMT?

Ie mdb started, calls method in pojo, starts new tx,does stuff, commits that transaction, returns and finishes other things in CMT?

The transactions must be independant, ie tx 1 will start, tx2 will start, tx2 can commit or rollback without affecting tx1. tx1 will then commit.

Regards,
Andrew