Subject NPE in GDS_Impl
Author Carsten Schäfer
Hi,
just to let you know. In a version a few days before RC2-Release(FB1.0, Win2000,JDK1.3.1_06) i got the following NPE:
 
java.lang.NullPointerException
 at org.firebirdsql.jgds.GDS_Impl.isc_dsql_execute2(GDS_Impl.java:711)
 at org.firebirdsql.jca.FBManagedConnection.executeStatement(FBManagedConnection.java:593)
 at org.firebirdsql.jdbc.FBConnection.executeStatement(FBConnection.java:1086)
 at org.firebirdsql.jdbc.FBStatement.internalExecute(FBStatement.java:929)
 at org.firebirdsql.jdbc.FBStatement.executeUpdate(FBStatement.java:146)
 
After that I have to close all because i always got this:
java.sql.SQLException: org.firebirdsql.jca.FBResourceException: local transaction active: can't begin another
 
gruß
Carsten Schäfer