DBCP « MySQL « JPA Q&A





1. Apache DBCP setup with Hibernate and MySQL    coderanch.com

So I've run into the apparently fairly well known problem with Hibernate and MySQL where connections time out and die. The purported fix is to implement connection pooling using DBCP or C3P0. I've done this using DBCP. What I can't figure out is what is the difference between hibernate.dbcp.ps and hibernate.dbcp? They appear to be the same settings in the Hibernate ...

2. Very weird SessionException problem with MySQL, Commons DBCP    forum.hibernate.org

Hello community, I know there are lot of topics concerning "Session is closed" problems, but I'm not so sure my problem is the same, so I decided to post, because I'd really appreciate your help. Ok, I'll sum up the problem and hope you can help: Environment: MySQL 5.0.21 Tomcat 4.1.31 commons-dbcp-1.1 mysql-connector-java-3.1.11 Hibernate 3.05 Quartz 1.5.2 Additional notes beforehand: - ...

3. Newbie: Hibernate 3.2, MySQL 5.0, and dbcp not Playing Nice    forum.hibernate.org

Beginner Joined: Thu Dec 08, 2005 12:18 pm Posts: 21 Location: Birmingham, Alabama I have been working with Hibernate only a short period of time. I have gotten my database model up and running and I have generated all the classes using the tools from MyEclipse. I have been successful in storing and retrieving data to the main object/table. I have ...