Subject java.lang.NullPointerException, Jaybird 1.5b
Author Thomas Leonard
Hi,

I get a NullPointerException that seems to be similar to one reported at the
beginning of this month by vmdd_tech. Because I am using a closed-source JDO
implementation I am not able to tear it down any further easily or write a
junit test for it.

The backend is FirebirdSS-1.5.0.4231-RC8 on linux.
The database was freshly created with this release.

NestedThrowablesStackTrace:
java.lang.NullPointerException
at org.firebirdsql.jdbc.field.FBField.isNull(FBField.java:177)
at org.firebirdsql.jdbc.FBResultSet.getField(FBResultSet.java:336)
at org.firebirdsql.jdbc.FBResultSet.getLong(FBResultSet.java:291)
...

Regards,
Thomas