Re: fireConnectionFatalError never called

From: Dave Cramer <Dave(at)micro-automation(dot)net>
To: Ryan Christianson <ryan(at)echospace(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: fireConnectionFatalError never called
Date: 2003-04-04 00:40:59
Message-ID: 1049416859.6180.342.camel@inspiron.cramers
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I committed this patch to cvs a while ago

Dave
On Thu, 2003-04-03 at 19:02, Ryan Christianson wrote:
> It seems like the default pooling implementation does not call
> "fireConnectionFatalError". I did a search in the source code and only
> found the declaration of the method. It seems that If a sql exception
> occurs, the connection is not removed from the pool. Is this a known issue?
>
> Thanks
>
> ||
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
--
Dave Cramer <Dave(at)micro-automation(dot)net>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message snpe 2003-04-04 01:23:56 NetBeans (3.5 Dev), Postgresql 7.4dev jdbc
Previous Message Ryan Christianson 2003-04-04 00:02:27 fireConnectionFatalError never called