| So then as a counter-argument what happens when they:
- are using RL txns
- they have configured Hibernate (your new setting) to not grab a Connection to check auto-commit on start of txn
- begin a txn
- do some JDBC-level work
Here the "JDBC-level work" would happen outside what should have been a real txn boundary. |