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

Reply via email to