mysql « Tomcat « JPA Q&A





1. problem to run my application    stackoverflow.com

I was building my application using Spring 2.5, Hibernate 3, Tomcat 7 and MySQL Community Server 5.1. I run the application and all works fine. The problem arise when I try ...

2. PB with hibernate / MySQL as tomcat 5    forum.hibernate.org

i have a war with classes that use hibernate. this component has been build and tested under zindows without error (tomcat + mysql on localhost) second stage i try to put this war on a linux machine (tomcat 5 + mysql 4.0.22) and i already have the same pb of jdbc connection: at the beginning i believed that the pb came ...

3. Tomcat 5.5.*, Hybernate 3.* and MySQL    forum.hibernate.org

Hi, I am wondering if anyone can post or point to me a complete simple example with step by step instructions on Tomcat 5.5.*, Hibernate 3.* and MySQL. I tried many times and got no luck. My code segment was taken from latest Hibernate documentation (Quick Start, Tomcat 4.*) and I got the following error message. Thanks a lot. java.lang.UnsupportedOperationException org.apache.tomcat.dbcp.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:116) ...

4. Unsolved problem please help : Broken Pipe + Mysql + Tomcat    forum.hibernate.org

Newbie Joined: Mon Aug 28, 2006 10:59 am Posts: 2 I have a really huge problem, i have random broken pipe error on my webapp, whatever the page is...it is in production! I did'nt have that before i tryed all configuration for the maxidle, maxwait and maxactive properties possible without success... I am using : MySQL 4.1 Tomcat 5.5 DBCP Hibernate ...

5. Configuring Hibernate for tomcat and mysql    forum.hibernate.org