Hi,

> All of our "unit" tests are really functional tests that actually exercise 
> Postgres.

So your test cases work with PostgreSQL, but don't work with H2?

> setProperty("hibernate.dialect", "org.hibernate.dialect.H2Dialect").

Did you try using the PostgreSQL dialect for H2? That should work -
please tell me if it doesn't, if possible with the exception message
and the .trace.db file. Maybe you need to add ;TRACE_LEVEL_FILE=3 to
make sure enough trace information is written.

If H2 works with the PostgreSQL dialect but not the H2 dialect, then
could you run the test with both dialects and ;TRACE_LEVEL_FILE=3, and
then upload both .trace.db files?

Regards,
Thomas

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to