Hi,
I just successfully installed hibernate and got the tests to run.
Almost all of them succeed, except for the last one.
It comes back with 5 errors in testFindBySQLStar, testFindBySQLProperties, testFindBySQLAssociatedObjects, testFindBySQLParameters and testFindBySQLDiscriminatedSameSession.
Looking at the error message I found that the problem is related to mis-spelled table names in the queries:
"Table 'hibernate.a' doesn't exist" and "Table 'hibernate.Category' doesn't exist". The table names in my database are A and category (upper/lowercase issue).
Is this intended or not? Do the tests really fail or is it a bug in the tests?
Also, do I have to pass all the tests or can I still use hibernate if some of the tests fail (maybe some tests are related to functionality that my DB system does not support?)?
I am running Mysql 3.23.58 and jsdk 1.4.1_02.
And finally: do I need JDK 1.4 or can I use 1.3.1 ?
Thanks,
MARK
|