All,

 

 

Should i put a transaction.join() call each time I use an inner transaction.

 

Tx1.begin()

 

         Tx2.begin()

         Tx2.commit()

 

Tx.join()    <-------------------------Oblige ????????

 

Tx1.commit()

 

 

In the commit, the a close Transaction is done on the current thread, so is
it necessary to re-attach the father transaction to the current thread ?

 

It works without, but it is safer and is it the properly way ?

 

 

Thanx !!!

 

 

 

 

 

Reply via email to