Connection leak

2005-06-06 Thread vi am
I am evaluating iBATIS. How can we close connections to avoid connection leak? Are the connections are automatically closed? couldn't find this anywhere in the documentation. The following SQL statement shows connections getting incremented for every JSP page access.

Re: Connection leak

2005-06-06 Thread vi am
Is there a way to limit the maximum number of connections (at any given time) Apache's DBCP pool? iBATIS does seem to support DBCP. Whenever I access JSP pages, there is constant increase of connections at Oracle backend. I was hoping the following config will limit the DBCP pool to a

Connection leak

2005-06-07 Thread vi am
I am evaluating iBATIS. How can we close connections to avoid connection leak? Does documentation mention anywhere that connections are automatically closed? The following SQL statement shows connections getting incremented for every JSP page access.