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 Larry Meadors <lm...@apache.org> on 2007/12/18 13:57:38 UTC

Re: how to close connection iin iBATIS

I guess you could do this:

<property name="Pool.MaximumIdleConnections" value="0" />

That might do it, but it is VERY likely to cause serious performance
problems, especially with Oracle.

Larry


On Dec 18, 2007 2:05 AM, anika agarwal <sc...@yahoo.co.in> wrote:
> we are using iBATIS for our application.Alhough iBATIS closes its connection
> on its own ,still  we have certain open connection from our application
> which is causing issues while running the application. We have configured
> transaction manager in sqlMapConfig.xml like :