I'm seeing 2 test failures using the new metamodel for tests that were passing
in commit 787ab27d459a385411d3bf6ae0adfb9682898aa1.
The tests are:
org.hibernate.test.entityname.EntityNameFromSubClassTest
org.hibernate.test.iterate.IterateTest
Both of these tests are mapped using hbm.xml with the entity name specified.
For EntityNameFromSubClassTest, the mapping is:
<class name="Vehicle" abstract="true" entity-name="VEHICLE" ...>
The exception is:
Caused by: org.hibernate.MappingException: Unknown entity:
org.hibernate.test.entityname.Vehicle
Anyone know of a change in the last couple of days that would cause this?
Thanks,
Gail
_______________________________________________
hibernate-dev mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/hibernate-dev