Hello,
I have a POJO "handler" which is used basically as a session bean, ie it encapsulates business logic and needs some type of transaction scope for a certain method.
My question is, can Spring's transcation management join the transactions of CMP beans operations (CMT) inside my handler which executes the business logic.
For all i know it is not possible to join CMT and JTA java:comp/UserTransaction transactions....
regards,
-Kristoffer


Reply With Quote
).