You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Michał Małecki <mi...@poczta.onet.pl> on 2005/08/19 13:38:34 UTC

multiple transactions in single flow

Hello,
I have recently changed my class from using external connection pool to one
integrated into ibatis; I have to commit transaction few times during the
flow; my question is - doI have to repeat

sqlMapClient.commitTransaction();
sqlMapClient.endTransaction();
sqlMapClient.startTransaction();

each time i want to commit and begin new transaction?

Regards
Michal Malecki