How to check the use and reliability in the connection pooling

2009-01-12 Thread Juan Pablo Araya
Hi all, We are auditing a big web system with his own mapper (it's from 2002) that use a lot of connections. Each day they have to reset the web server in wich the application run, because it use up all the connections from the pooling service. A few days ago we used the system and the DBA called

Re: How to check the use and reliability in the connection pooling

2009-01-12 Thread Clinton Begin
Enable log4j DEBUG on com.ibatis and java.sql. Clinton On 1/12/09, Juan Pablo Araya juanpablo.ar...@gmail.com wrote: Hi all, We are auditing a big web system with his own mapper (it's from 2002) that use a lot of connections. Each day they have to reset the web server in wich the

Re: How to check the use and reliability in the connection pooling

2009-01-12 Thread Juan Pablo Araya
Thanks, It's the same way for C#? Greetings and sorry for my poor English On Mon, Jan 12, 2009 at 12:25 PM, Clinton Begin clinton.be...@gmail.com wrote: Enable log4j DEBUG on com.ibatis and java.sql. Clinton On 1/12/09, Juan Pablo Araya juanpablo.ar...@gmail.com wrote: Hi all, We are

Re: How to check the use and reliability in the connection pooling

2009-01-12 Thread Clinton Begin
Lol... Sometimes I forget to check the list name. :-) On 1/12/09, Juan Pablo Araya juanpablo.ar...@gmail.com wrote: Thanks, It's the same way for C#? Greetings and sorry for my poor English On Mon, Jan 12, 2009 at 12:25 PM, Clinton Begin clinton.be...@gmail.com wrote: Enable log4j DEBUG

RE: How to check the use and reliability in the connection pooling

2009-01-12 Thread Nicholas L. Piasecki
It lives in IBatisNet.* namespace IBatisNet.Common.* IBatisNet.DataAccess.* IBatisNet.DataMapper.* e.g. for logging the prepared commands that are generated logger name=IBatisNet.DataMapper.Commands.DefaultPreparedCommand level value=DEBUG / /logger V/R, Nicholas Piasecki