linux « MySQL « JPA Q&A





1. getting data problem with MYSQL under linux    stackoverflow.com

Recently I started to use Linux (Ubuntu 9.10) instead of windows. I am working on a java web application with Spring, MYSQL with jpa. However, before to install linux I made ...

2. Diffrent deployment on MySQL using Windows or Linux.    forum.hibernate.org

Author Message Xandy Post subject: Diffrent deployment on MySQL using Windows or Linux. Posted: Thu Mar 29, 2007 9:57 am Newbie Joined: Thu Mar 29, 2007 9:07 am Posts: 7 Hello, When I run the following Program i get different results when the database runs on Windows and on Linux. The program is very simple. It creates users and ...

3. problem with hibernate+mysql with Linux OS    forum.hibernate.org

Hi everyone. I'm using mysql 5 and hibernate 3. but i have some probelm using session.save method. When I use session.save method in a empty table it inserts a row. but next session.save istruction doesn't work, it looks that hibernate updates the row and not insert a new one. And also it doesn't throws an exception if the secon session.save try ...