Subject ResourceException
Author Carsten Schäfer
Hi,
from time to time i get the following Exception in my log file:
java.sql.SQLException: ResourceException: javax.resource.ResourceException: local transaction active: can't begin another
at org.firebirdsql.jdbc.FBConnection.ensureInTransaction(FBConnection.java:878)
at org.firebirdsql.jdbc.FBPreparedStatement.<init>(FBPreparedStatement.java:78)
at org.firebirdsql.jdbc.FBConnection.prepareStatement(FBConnection.java:186)

Does this mean that i have forget to commit a update/insert - statement that i 've startet before.

gruse
Carsten