By now you've likely either solved this or given up, but if it still helps... Yes, I've successfully compiled and run the sample JUnit tests for the Hibernate DAO running on MySQL 4.1.
There is a trivial error at line 30 of HibernateBoxOfficeDaoTest: simply add "throws Exception" to onTearDownInTransaction in order to conform to the interface of the superclass.
|