fail « Test « JPA Q&A





2. JUnit tests fail in Hibernate 2.1.2    forum.hibernate.org

Hello! When performing the unit tests of Hibernate ("ant junitreport"), I get errors. I've tried Hibernate 2.1.2 with the following RDBMSs: MySQL 4.0.17 (MyISAM table type), Connector/J 3.0.10 MySQL 4.0.17 (InnoDB table type), Connector/J 3.0.10 Oracle 8.1.7, classes12 My Java version is 1.4.2_03-b02 (Sun), and I am running SuSE Linux 8.0 on a dual processor machine. The errors I get are ...

3. Standard Hibernate download - JUnit tests fail    forum.hibernate.org

Could not execute query net.sf.hibernate.exception.SQLGrammarException: Could not execute query at net.sf.hibernate.exception.ErrorCodeConverter.convert(ErrorCodeConverter.java:69) at net.sf.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29) at net.sf.hibernate.impl.SessionImpl.convert(SessionImpl.java:4131) at net.sf.hibernate.impl.SessionImpl.find(SessionImpl.java:1557) at net.sf.hibernate.impl.SessionImpl.find(SessionImpl.java:1531) at net.sf.hibernate.impl.SessionImpl.find(SessionImpl.java:1523) at org.hibernate.test.MultiTableTest.testJoinOpenBug(MultiTableTest.java:64) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at org.hibernate.test.TestCase.runTest(TestCase.java:107)Caused by: java.sql.SQLException: Column not found: LOWER1__1_.TOP in statement [select lower0_.id__ as id1_, lower0_.intprop as intprop2_, lower0_.other1 as other12_, lower0_.other3 as other32_, lower0_.foo as foo2_, lower0__1_.count_ as count_0_, lower0__1_.name as ...