I have spend a lot of time before find this bug, I have create a Bug Testcase with "hibernate-test-case-templates". Some Explanation To emulate a existing database i create a test_data.sql to insert some entry to "event" table. To load the sql script the persistence.xml has the property <property name="javax.persistence.sql-load-script-source" value="test_data.sql"/> |