Subject getConnection returning NULL
Author Rick Fincher
Hi All,

I'm using FBWrappingDataSource to get pooled connections to the database.
About 1/2 to 1/3 of the time setAutocommit(false) throws an exception, even
though the connection is valid. If I retry immediately to get another
connection and setAutocommit(false), the setAutocommit(false) is successful
almost 100% of the time.

Is this a known bug?

Rick