Re: DataSource misconfigured?

2003-04-01 Thread Jacob Kjome
Are you using a finally bock to close your connections? You might be reaching the maximum connections allowed in the pool for DBCP. Please provide an example of a query statement where you do try/catch/finally. If you are not checking if your connections are not null and then making a last

RE: DataSource misconfigured?

2003-04-01 Thread Steve Gums
] Sent: Tuesday, April 01, 2003 7:39 AM To: Tomcat Users List Subject: Re: DataSource misconfigured? Are you using a finally bock to close your connections? You might be reaching the maximum connections allowed in the pool for DBCP. Please provide an example of a query statement where you do try

DataSource misconfigured?

2003-03-31 Thread Steve Gums
Hello Again Everyone! I know I have already sent out a message or three about this, but I need to resolve it pretty quickly. I found a work around, but I would like a sanity check from those of you who really understand this stuff. I included a method that I wrote to get Connections, You can see