|
From: Stefan D S. <ste...@us...> - 2004-07-30 16:13:08
|
All, Is there a good reference on using declarative transaction with Spring and iBatis? I know that setting up the transaction in Spring should be transparent of the persisent implementation used in the case of iBatis, but if I need several tables to be updated with several insert statement, a failure to one does not appear to roll back the previous ones. Is there something I failed to configure in the setup of either Spring or iBatis? Thank you. |