Subject | Re: [Firebird-Java] Advantages of FBWrappingDataSource connection pool |
---|---|
Author | Roman Rokytskyy |
Post date | 2009-10-08T17:52:52Z |
> I noticed that a connection created by FBWrappingDataSource returns trueGood question. I suspect that isClosed() in this case tells about the
> from isClosed() even after close() method is called on that connection. Is
> this a bug or expected behavior?
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