Hi Dirk, We found the problem. It was really an oversight in one of our DAOs.
There was a method participating in a transaction and so we were passing the Connection object as its parameter. Instead of using that connection inside, our developer was obtaining a new connection from the ds (screwing up the transaction). Being part of a transaction we never close a connection in such methods. But in this case we were not aware that the developer has created a new connection which is never closed. So with every call to that method MaxActive was increasing. Thanks a ton for your reply. Regards, Sanjeet --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
