After updating an application to Hibernate 5.1.1 from 5.1.0, I started seeing the following warning:
HibernateJpaDialect - JDBC Connection to reset not identical to originally prepared Connection
I did not find an "explicit" solution on the Internet, but looking through some of the code fixes in the ngrinder
project, I figured out that I could fix my problem the same way by adding <prop key="hibernate.connection.release_mode">on_close</prop>
to applicationContext.xml:
Thanks for this solution, JunHo!
No comments:
Post a Comment