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
I thought that closing the connection was unnecessary when using a connection pool. I was under the impression that one would just close the context, which would return the connectin to the connection pool. Is this not the case? --- "Kalra, Ashwani" <[EMAIL PROTECTED]> wrote: > > Where are

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