RE: [OT] DBCP Pool Closed connection problem

2003-02-27 Thread Gaurav . Goyal
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: February 27, 2003 4:29 PM To: [EMAIL PROTECTED] Subject: RE: [OT] DBCP Pool Closed connection problem Thanks for the replies. How can turn on the validation which checks for a good connection before returning. I guess i need to setTestOnBorrow(t

RE: [OT] DBCP Pool Closed connection problem

2003-02-27 Thread Phillip Qin
t: February 27, 2003 4:29 PM To: [EMAIL PROTECTED] Subject: RE: [OT] DBCP Pool Closed connection problem Thanks for the replies. How can turn on the validation which checks for a good connection before returning. I guess i need to setTestOnBorrow(true). Do I need to do any thing else? We actually

RE: [OT] DBCP Pool Closed connection problem

2003-02-27 Thread Gaurav . Goyal
03 2:57 PM To: 'Struts Users Mailing List' Subject: RE: [OT] DBCP Pool Closed connection problem I had this problem once. At the time, I was positive everything was closed correctly, but it turned out at one point, where I was unwrapping the connection, I had closed it. This inadvertentl

RE: [OT] DBCP Pool Closed connection problem

2003-02-27 Thread Phillip Qin
ows What He Is Doing" -Original Message- From: Miller, Jason [mailto:[EMAIL PROTECTED] Sent: February 27, 2003 3:57 PM To: 'Struts Users Mailing List' Subject: RE: [OT] DBCP Pool Closed connection problem I had this problem once. At the time, I was positive everything was

RE: [OT] DBCP Pool Closed connection problem

2003-02-27 Thread Miller, Jason
I had this problem once. At the time, I was positive everything was closed correctly, but it turned out at one point, where I was unwrapping the connection, I had closed it. This inadvertently caused the pool to be exhausted. This occurred before I had a quality check on my connections, so it di