Subject Re: [Firebird-Java] Advantages of FBWrappingDataSource connection pool
Author Roman Rokytskyy
> 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