All,
Is there a way to use OJB with two phase commit mechanism? Explanation: I want to create 3 threads with 3 different transactions (T1.1, T1.2, T1.3), when the threads will finish I want to commit T1.1, T1.2, T1.3, however, if one of the commit fails I want to rollback all 3 transactions. Since the transaction in OJB is attached to the thread I having troubles in doing above. Thanks, Ronen
