Hi, I was wondering why there is a need to explicitly call SqlMapClient.endTransaction() in order to return a connection to the pool even after a commitTransaction()?
I am using Tomcat 6.018 with Ibatis 2.34.726 and I see that the connections used in a transaction are never returned without the endTransaction() call which I actually equated to a rollback. Thanks Jon
