connection close « JPA « Spring Q&A





1. Best way to debug MySQL connections that are being closed on me after ~39 minutes?    stackoverflow.com

I have hibernate 3.3, c3p0, MySql 5.1, and Spring. The MySQL connections in my service calls are consistently being closed after ~39 minutes. The natural running time of my service call ...

2. Spring + hibernate :connection is closed!    forum.springsource.org

Hi all I use spring + hibernate + tomcat+ mysql to develop a j2ee application ,I user getHiberanteTemplate method to manual database ,I find in mysqladmin processes ,there are serval connection ...

3. Spring hibernate does not close connections in Solaris 10    forum.springsource.org

Sep 8th, 2006, 12:23 PM #1 Chateau View Profile View Forum Posts Private Message Junior Member Join Date Sep 2006 Posts 1 Spring hibernate does not close connections in Solaris 10 ...

4. Spring+Hibernate: connection not closed    forum.springsource.org

Jan 29th, 2007, 11:59 AM #1 david.chau View Profile View Forum Posts Private Message Junior Member Join Date Dec 2006 Posts 23 [resolved]Spring+Hibernate: connection not closed Hi, I develop a J2EE ...

5. Liferay 4.2.1 on JBoss 4.0.4 GA Hibernate Connection Closed    forum.springsource.org

Mar 27th, 2007, 10:59 AM #1 rob8spring View Profile View Forum Posts Private Message Junior Member Join Date Mar 2007 Posts 2 Liferay 4.2.1 on JBoss 4.0.4 GA Hibernate Connection Closed ...

6. Hibernate template not closing connections    forum.springsource.org

Hibernate template not closing connections Hi, I'm using Spring's HibernateDaoSupport and executing HQLs as - getHibernateTemplate().find(query); I'm using DBCP BasicDataSource for connection pooling. I monitored the active connections and observed that ...

7. Hibernate Not Closing Connections    forum.springsource.org

Hibernate Not Closing Connections Hi, i recently made a change to a working web application in order to improve performance. I was previously using EAGER fetching for my objects (with hibernate) ...