
Originally Posted by
costin
What's the behavior on Hibernate 3.0.5?
I did some tests to show where in which environmen the problem arises:
Code:
Spring | Hibernate | Status
-------+-----------+------------------------
1.2.6 | 3.1rc2 | database pool exhauses (without release_mode set to 'auto')
-------+-----------+------------------------
1.2.5 | 3.1rc2 | works good
-------+-----------+------------------------
1.2.6 | 3.1beta2 | works good
-------+-----------+------------------------
1.2.5 | 3.1beta2 | works good
-------+-----------+------------------------
1.2.6 | 3.0.5 | works good
-------+-----------+------------------------
1.2.5 | 3.0.5 | works good
Best
Oliver