Subject | Stored Procedure call errors |
---|---|
Author | Nick Sydenham <nsydenham@yahoo.co.uk> |
Post date | 2003-01-10T18:41:38Z |
I'm using a basic org.firebirdsql.jdbc.FBDriver to call a stored
procedure, however I get the error below. Any ideas?
I'm using the latest binary release of JayBird.
Exception occurred during event dispatching:
java.lang.IllegalStateException: Can't destroy managed connection
with active transaction
at java.lang.Throwable.<init>(Throwable.java:96)
at java.lang.Exception.<init>(Exception.java:44)
at java.lang.RuntimeException.<init>(RuntimeException.java:49)
at
java.lang.IllegalStateException.<init>(IllegalStateException.java:47)
at
org.firebirdsql.jca.FBManagedConnection.destroy(FBManagedConnection.java:333)
at
org.firebirdsql.jca.FBStandAloneConnectionManager.connectionErrorOccurred(FBStandAloneConnectionManager.java:
84)
at
org.firebirdsql.jca.FBManagedConnection$2.notify(FBManagedConnection.java:1121)
at
org.firebirdsql.jca.FBManagedConnection.notify(FBManagedConnection.java:1094)
at
org.firebirdsql.jca.FBManagedConnection.checkFatal(FBManagedConnection.java:726)
at
org.firebirdsql.jca.FBManagedConnection.executeStatement(FBManagedConnection.java:791)
at
org.firebirdsql.jdbc.FBConnection.executeStatement(FBConnection.java:1072)
at
org.firebirdsql.jdbc.FBPreparedStatement.internalExecute(FBPreparedStatement.java:415)
at
org.firebirdsql.jdbc.FBPreparedStatement.executeQuery(FBPreparedStatement.java:96)
procedure, however I get the error below. Any ideas?
I'm using the latest binary release of JayBird.
Exception occurred during event dispatching:
java.lang.IllegalStateException: Can't destroy managed connection
with active transaction
at java.lang.Throwable.<init>(Throwable.java:96)
at java.lang.Exception.<init>(Exception.java:44)
at java.lang.RuntimeException.<init>(RuntimeException.java:49)
at
java.lang.IllegalStateException.<init>(IllegalStateException.java:47)
at
org.firebirdsql.jca.FBManagedConnection.destroy(FBManagedConnection.java:333)
at
org.firebirdsql.jca.FBStandAloneConnectionManager.connectionErrorOccurred(FBStandAloneConnectionManager.java:
84)
at
org.firebirdsql.jca.FBManagedConnection$2.notify(FBManagedConnection.java:1121)
at
org.firebirdsql.jca.FBManagedConnection.notify(FBManagedConnection.java:1094)
at
org.firebirdsql.jca.FBManagedConnection.checkFatal(FBManagedConnection.java:726)
at
org.firebirdsql.jca.FBManagedConnection.executeStatement(FBManagedConnection.java:791)
at
org.firebirdsql.jdbc.FBConnection.executeStatement(FBConnection.java:1072)
at
org.firebirdsql.jdbc.FBPreparedStatement.internalExecute(FBPreparedStatement.java:415)
at
org.firebirdsql.jdbc.FBPreparedStatement.executeQuery(FBPreparedStatement.java:96)