Closed GoogleCodeExporter closed 8 years ago
Original comment by evernat@free.fr
on 24 Feb 2012 at 9:24
that's true.
I've now removed the "connection.setAutoCommit(false)" when getting a
connection from a DataSource. In fact, it was just set based on general habit
and not necessity. And it was not a good idea for the rare applications needing
the autoCommit true afterwards.
It is committed in trunk (revision 2570) and ready for the next release (1.36).
I have made a new build from the current trunk and it is available at:
http://javamelody.googlecode.com/files/javamelody-20120304.jar
Original comment by evernat@free.fr
on 4 Mar 2012 at 12:48
This bug still is not fixed. I believe there are a few other places in the
source code that are still setting autoCommitt(false). As of version 1.3.9,
they are:
DatabaseInformations.java(256): connection.setAutoCommit(false);
JavaInformations.java(360): connection.setAutoCommit(false);
JavaInformations.java(377): connection.setAutoCommit(false);
SpringTestFacadeImpl.java(49): connection.setAutoCommit(false);
Original comment by tkosa...@gmail.com
on 27 Jun 2012 at 3:55
follow up in issue 233
Original comment by evernat@free.fr
on 1 Jul 2012 at 12:44
Original issue reported on code.google.com by
tkosa...@gmail.com
on 24 Feb 2012 at 3:35