Subject | Re: NullPointerException in FBManagedConnection#clearWarnings |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-10-04T18:22:41Z |
> So, I seem to be getting the driver code in a state where #isClose()Connection#isClosed() checks only if there's valid managed connection
> returns false even after FBManagedConnection#destroy has been
> called.
associated with the connection. However, it seems that
FBManagedConnection#destroy() method (it sets db handle to null) is
invoked not as the result of Connection#close() call, but in some
other situation... Without a reproducable test case I hardly can say
anything right now...
Roman