What would be the best way of handling this error in the jRDC2 server when a clients connection is interrupted to the server?.
I have the usual try/catch on the outputstream.writebytes but still seems to be happening, it's intermittent with connections and then is normally followed by (SQLException) java.sql.SQLException: rollback() should not be called while in auto-commit mode. which is expected if the SQL isn't able to complete the transaction I assume.
Any suggestions would be welcome.
I have the usual try/catch on the outputstream.writebytes but still seems to be happening, it's intermittent with connections and then is normally followed by (SQLException) java.sql.SQLException: rollback() should not be called while in auto-commit mode. which is expected if the SQL isn't able to complete the transaction I assume.
Any suggestions would be welcome.