Subject Re: [Firebird-Java] Advantages of FBWrappingDataSource connection pool
Author Alec Swan
Just so that you know closed c3p0 connections return false from isClosed()

On Thu, Oct 8, 2009 at 11:52 AM, Roman Rokytskyy <roman@...> wrote:

>
>
> > I noticed that a connection created by FBWrappingDataSource returns true
> > from isClosed() even after close() method is called on that connection.
> Is
> > this a bug or expected behavior?
>
> Good question. I suspect that isClosed() in this case tells about the
> state of the physical connection, while close() in fact returns it into
> the pool. Need to check specs if they write something about it.
>
> Roman
>
>


[Non-text portions of this message have been removed]