1. Best way to debug MySQL connections that are being closed on me after ~39 minutes? stackoverflow.comI 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.orgHi 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.orgSep 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.orgJan 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.orgMar 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.orgHibernate 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.orgHibernate 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) ... |
8. Hibernate 3.1.3 with spring: Doesn't close connections forum.hibernate.org |