resthub / resthub-spring-stack

RESThub Spring stack
http://resthub.org/spring-stack.html
Other
121 stars 66 forks source link

hibernate 4.3.0.Final causes a ORA-01000: maximum open cursors exceeded #227

Closed dcucchietti closed 10 years ago

dcucchietti commented 10 years ago

Hibernate 4.3.0.Final does actually leak cursors on Oracle database.

You should use hibernate 4.3.1.Final to fix the problem : https://hibernate.atlassian.net/browse/HHH-8811

bmeurant commented 10 years ago

Good catch, thx