Connection pool problem - Mailing list pgsql-jdbc

From Stéphane RIFF
Subject Connection pool problem
Date
Msg-id 42242041.8030604@cerene.fr
Whole thread Raw
Responses Re: Connection pool problem  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
Hello,

I've create a connection pool with dbcp end another with
Jdbc3PoolingDatasource,
it seems to work well but :
My pool is a eight connections pool, the problem is when i get some
database exception (for example
"constraint violation", "duplicate key on unique index"...) the
connection didn't released to the pool.
After eight exception my application wait for a connection from the pool
which nerver give one because
of the PSQLException thrown.

Does somebody know about this??

Hope it's understandable
Thanks


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 266.5.2 - Release Date: 28/02/2005


pgsql-jdbc by date:

Previous
From: "Francisco Figueiredo Jr."
Date:
Subject: Re: [HACKERS] Where are we on stored procedures?
Next
From: Guillaume Cottenceau
Date:
Subject: Re: impossible to update rows specifying columns with NULL value?