IMO iBatis does call connection.close() after commit/rollback, but if you are using any kind of connection pooling physical connections will obviously survive.

I tryed to locate where forceCloseAll method (that closes all pooled connections) is called for SimpleDataSource, but could not... Maybe that's what is causing the problem


Reply via email to