Subject | Re: NullPointerException in FBManagedConnection#clearWarnings |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-10-04T02:24:33Z |
> I'm sure I'm doing something wrong but I can't seem to get theThis NPE happens when you call #clearWarnings() on the closed
> correct version of the JayBird source to investigate. This is using
> the latest release (1.01 I think). Here's the stack trace:
connection (after the method FBManagedConnection#destroy() was called).
You can get latest sources of version 1.0.1 from CVS using branch
JayBird_1_0_1 revision:
cvs co -r JayBird_1_0_1 client-java
Roman