[Bug 64570] Transaction not rollbacked if autocommit is false

2023-11-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64570 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 64570] Transaction not rollbacked if autocommit is false

2023-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64570 --- Comment #2 from Konstantin Kolinko --- https://tomcat.apache.org/tomcat-11.0-doc/jdbc-pool.html See "rollbackOnReturn" attribute. It is false by default. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 64570] Transaction not rollbacked if autocommit is false

2023-09-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64570 --- Comment #1 from Christopher Schultz --- (In reply to Ronald from comment #0) > Created attachment 37344 [details] > Packet capturing using wireshark > > I think I found a bug in the Tomcat JDBC Pool. > > If I start a connection with autoC