I have an error in log after when trying to update the database:
java.sql.SQLException: Streaming result set null is still active. No statements may be issued when any streaming result sets are open and in use on a given connection. Ensure that you have called .close() on any active streaming result sets before attempting more queries.
I dont understand how a null ResultSet can be active. it looks like the connection is in a wiered state.
clobberStreamingResultstotruefor the connection. - oshai