Hello All,
I have a spring 3/hibernate 4 applications that has been running for couple of years. In the past month upgraded to spring 4 and hibernate 5 with no code changes. Of course, functionality tests have been performed for regression. However, after the release it appears that database is receiving more "rollback" operations than before the upgrade. We have then downgraded back to hibernate 4 (while leaving spring and other intact). Wonder where to start to find out what is causing this. Most of these rollback operations are coming from mostly "Select" calls. Thanks.
|