After updating this
morning, HQLTest started failing with some strange errors while building the
SessionFactory. When running the fully JUnit test suite, this test
seemed to cause other tests to fail with OOMEs and other strange
errors. The nightly build that I set up (http://shrubbery.mynetgear.net/hibernate/build-status)
seems to think that this started on the 7/8 build.
Here is the
error:
any types do not have a unique referenced persister java.lang.UnsupportedOperationException: any types do not have a unique referenced persister at org.hibernate.type.AnyType.getAssociatedEntityName(AnyType.java:310) at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:239) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:982) at org.hibernate.test.TestCase.buildSessionFactory(TestCase.java:96) at org.hibernate.test.TestCase.setUp(TestCase.java:119)
Any
ideas?
Josh