[hibernate-dev] Test failures when entity name is mapped

Gail Badner gbadner at redhat.com
Wed Jul 25 02:07:58 EDT 2012


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



More information about the hibernate-dev mailing list