RE: Connection, pool exhausted error

2007-02-28 Thread Mon Cab
e- > From: Mon Cab [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 01, 2007 12:35 PM > To: Struts Users Mailing List > Subject: RE: Connection, pool exhausted error > > > I thought that closing the connection was unnecessary when using a > connection pool. I was under

RE: Connection, pool exhausted error

2007-02-28 Thread Kalra, Ashwani
event is fired which will actually return the database connection to the pool. -Original Message- From: Mon Cab [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 12:35 PM To: Struts Users Mailing List Subject: RE: Connection, pool exhausted error I thought that closing the

RE: Connection, pool exhausted error

2007-02-28 Thread Mon Cab
ote: > > Where are you closing the connection? > > > -Original Message- > From: Mon Cab [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 01, 2007 12:23 PM > To: Struts User Group > Subject: Connection, pool exhausted error > > > > I am getting

RE: Connection, pool exhausted error

2007-02-28 Thread Kalra, Ashwani
Where are you closing the connection? -Original Message- From: Mon Cab [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 12:23 PM To: Struts User Group Subject: Connection, pool exhausted error I am getting a connection, pool exhausted error, in the action class below. The

Connection, pool exhausted error

2007-02-28 Thread Mon Cab
I am getting a connection, pool exhausted error, in the action class below. The error happens exactly after the hundredth connection, even though I have closed all my statements, result sets and contexts. (I know that one would not normally do db access in an Action class, however, I&#