Subject java.lang.IllegalStateException
Author aftechie
Hi all,

I'm just trying out the Firebird type-4 JDBC driver, using Visual Age
for Java 3.5.3, and IB 6.01.

I get a connection ok (currently with DriverManager), do some work,
and then close the connection. Immediately after closing and setting
the conn for garbage collection, I get the following exception:

"java.lang.IllegalStateException: Can't destroy managed connection
with active transaction"

Can anyone explain what this is about?

Thanks,
Andrew