Re: [GENERAL] Cannot commit when autoCommit is enabled error

2013-09-18 Thread Kevin Grittner
Gurkan Ozfidan wrote: >ERROR in createReportTable(): Cannot commit when autoCommit is enabled. >PART OF THE CODE: >    } catch (Exception e) { >    System.err.println("ERROR in runStorageSQLQuery(): " + >e.getMessage() + " sqlQuery: "+sqlQuery); >    e.printStackTrace(); I

Re: [GENERAL] Cannot commit when autoCommit is enabled error

2013-09-18 Thread Albe Laurenz
Gurkan Ozfidan wrote: > We have been using postgresql-jdbc-8.3-604, and recently we started using > postgresql-jdbc-9.2, > everything seems working fine, except we are getting this error and could not > find the solution yet. > This related to our reporting and I could say that it is not happenin

[GENERAL] Cannot commit when autoCommit is enabled error

2013-09-17 Thread Gurkan Ozfidan
Dear group, We have been using postgresql-jdbc-8.3-604, and recently we started using postgresql-jdbc-9.2, everything seems working fine, except we are getting this error and could not find the solution yet. This related to our reporting and I could say that it is not happening every report we run.