Two Laptop Bag
The moose likes Object Relational Mapping and the fly likes JUnit and Hibernate Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "JUnit and Hibernate" Watch "JUnit and Hibernate" New topic
Author

JUnit and Hibernate

Somak Dalui
Ranch Hand

Joined: Apr 19, 2005
Posts: 40
I am using this code in JUnit to setup Hibernate with HSQLDB. This is without any hibernate.cfg.xml / hibernate.properties.


But I once I run some insert/load I am getting unnecessary errors like
DataIntegrityViolationException: Hibernate operation: could not insert:
org.hibernate.TransientObjectException
which otherwise works fine in a Spring+Hibernate environment.

Even simple load operations is not working. Can anyone please tell me what is wrong with this approach ?

Thanks,
Somak
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: JUnit and Hibernate
 
Similar Threads
HibernateTemplate not working
Reading a .der (file generated by openssl rsageberate command) file from classpath
Hibernate SessionFactory Problem
Unit Testing when using Hibernate
How to display DB table values?