Well, I we don't log any such information, so this would mostly have to do with your DataSource implementation. It has little to do with iBATIS.
We simply call DataSource.getConnection() and Connection.close(). No magic. Clinton On Thu, 6 Jan 2005 12:41:46 -0500, Carl Brodeur <[EMAIL PROTECTED]> wrote: > > Hi: > > Would like to know how Ibatis releases or close its connections. I use > a JNDI datasource type (connection pool). I look at the debug trace, > see when connection are requested but not when they are released. > > Can someone help ? > >

