Subject Can't destroy managed connection with active transaction
Author nagypapi
Dear List!

I am using Firebird1.03 server on Win98_se and Jaybird1.01
My java application is a "simple" crossnetwork Calendar that only
inserts some simple data and uses a few, not to complicated stored
procedures
Not long ago I have added a polling mechanism (about every 2 secs)
that querys a very small table
After adding this polling mechanism, it quite often occured, that the
data I last wrote into the database(without any error) wasn't there
next time
I am in autocommit mode, but still, if something is missing, it isn't
only the last data I wrote into the db.
Now, looking into the log file, I found the following error:
java.lang.IllegalStateException: Can't destroy managed connection
with active transaction
What does this exactly mean, can this cause all of the former
committed data to get lost?

Thank you!
John, who is no firebird db guru (sadly), neither a java guru