mysql « Load « JPA Q&A





1. Grails/Hibernate Database crashes under load: Unable to connect (even when pooling)    stackoverflow.com

I have an application in Grails. I use Hibernate to access the database (per standard grails rules) I use MySql and the site works and is stable (for 6 months). I am doing load ...

2. Hibernate OneToOne lazy loading and cascading    stackoverflow.com

Here's what I'm trying to do.

  1. Create a parent with a OneToOne relation to a child
  2. The parent has to fetch the children using lazy loading
  3. If parent is removed, so is the child
  4. If ...

3. driver loading issue, mysql connector 3, hibernate 2.1.1    forum.hibernate.org

Beginner Joined: Wed Feb 04, 2004 5:21 pm Posts: 37 I started writing a little junit testcase to play around with hibernate, but apparently I dont event manage to create a proper session. I have the MySQL driver jar in my class path, yet it fails to load. Can anyone see any faults in my setup ? HIBERNATE.CFG.XML Code: ...

4. Problem with MySQL5 during load tests    forum.hibernate.org

Hibernate version: 3 MySQL 5.0.12 Driver jdbc 3.1.10 Hi, We use Hibernate 3 in a Java project, with Tomcat 5.5.9, Struts 1.2.7 and MySQL 5.0.12 (which is in a beta version). We also use a tomcat DBCP Pool for Hibernate. We've found a problem while we were running load tests: we use session.get() to load an object from the database. This ...

5. Able to load object from cache, but not direct from mysql    forum.hibernate.org

Author Message mbreese Post subject: Able to load object from cache, but not direct from mysql Posted: Mon Dec 19, 2005 7:56 pm Newbie Joined: Mon Dec 19, 2005 7:15 pm Posts: 2 This is a very strange problem that I'm having. I've used Hibernate for over a year now, and I've never run into this, and I'm at ...

6. Hibernate mapping loads "[B@109506a" from MySQL &q    forum.hibernate.org

For some ungawdly reason, in one of my many objects, Hibernate loads something that looks like some "blob reference" instead of the database column content. When Hibernate calls my object InstDataSource.setValue(String value) method, the value is: "[B@109506a" (or some other address value), instead of the data in the database (even MySQL Front can show the data right). When I change the ...