You are better off asking on the Hibernate mailing list about Hibernate problems.

To me it looks like InstrumentTask is messing with the column definition causing the column name to become flakey.

On 2013-04-11 01:36, Dumitru Daniliuc wrote:
I have a project that uses hibernate-core 3.6.10.Final/javassist-3.17.1-GA, and I have some tests that use h2 1.3.159 (updating to 1.3.171 didn't make a difference). I want to instrument some classes using org.hibernate.tool.instrument.javassist.InstrumentTask, in order to be able to do some lazy loading. If I do not instrument my classes (or instrument them after the tests are run), all tests pass. But if I instrument my classes before running the tests, some tests fail:

--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to