Hello,
I'm the developer of the VJDBC-Proxy-Driver which can be used as a client-server bridge for JDBC-Datasources. Beside my own tests I always use the extensive Hibernate-Unittests for the verification of my driver.
I'm currently getting the following results from the Unittests of 3.1-RC1 using HSQL-DB 1.8.0_2 (in-memory-db):
Tests: 815
Failures: 26
Errors: 11
Success rate: 95.46%
Now when I use VJDBC as the bridge I get the following results:
Tests: 815
Failures: 26
Errors: 14
Success rate: 95.09%
So I'm quite close to the results with the native driver. Now my question: is it normal that there are some errors/failures with HSQL-DB ? Is there a (opensource) database and a corresponding configuration with which all the Hibernate tests succeed ?
Thank you in advance for any hints. I can also provide the testout-files if necessary.
Greetings,
Michael
http://vjdbc.sourceforge.net