You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hibernate 4.2 RC1 got released a few days ago. Their GA can be expected in time for our 3.2.2 release, so let's make sure that everything keeps working fine there, both with our orm.hibernate4 package and with our JPA vendor support.
When using Spring's JdbcTemplate inside a transactional-service with the JpaTransactionmanager and the HibernateJpaDialect an exception is thrown.
Using Hibernate-4.2.0.Final, JPA, Spring-3.2.2 and I get:
Caused by: java.sql.SQLException: PooledConnection has already been closed.
at org.apache.tomcat.jdbc.pool.DisposableConnectionFacade.invoke(DisposableConnectionFacade.java:86)
at com.sun.proxy.$Proxy19.commit(Unknown Source)
at org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.doCommit(JdbcTransaction.java:112)
... 44 more
This happens both with c3p0 and tomcat-pool that comes with tomcat7.
I've tested in two projects with the same results. This doesn't happen with Hibernate-4.1.x
I know i should provide a test-case but I only have a scala-project at hand and you probably want that out of the equation...
Uh oh!
There was an error while loading. Please reload this page.
Juergen Hoeller opened SPR-10255 and commented
Hibernate 4.2 RC1 got released a few days ago. Their GA can be expected in time for our 3.2.2 release, so let's make sure that everything keeps working fine there, both with our orm.hibernate4 package and with our JPA vendor support.
Issue Links:
0 votes, 5 watchers
The text was updated successfully, but these errors were encountered: