| The documentation for 4.3 and some time earlier specifies that the default connection-release mode for JdbcTransactionFactory is AFTER_TRANSACTION, which provides a reasonable balance in an environment with high contention. However, the actual implementation class quite clearly returns ON_CLOSE. As the configuration system was overhauled in 5, I have not been able to figure out the configuration flow there yet. |