Hello everyone,
I used to run a project on GlassFish with Hibernate 3, and it all worked fine.
But then we switched to
JBoss AS 7.1.0 (Thunder), and it goes with Hibernate 4 by default, until then all is OK.
But on some queries on the system a Hibernate exception is being thrown...
Something about an assertion failure, that says it might be a Hibernate bug, and I believe it really is (since it worked on Hibernate 3).
I was wondering if I could run my JBoss AS 7.1 with Hibernate 3, changing the modules somehow..
Can anybody help me to do it?
Thanks!