Joined: Sun Sep 21, 2014 11:22 pm Posts: 2
|
I downloaded the test for the fix HHH-8529 https://github.com/hibernate/hibernate-orm/blob/4.3.6.Final/hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/convert/CollectionElementConversionTest.java It runs correctly in my environment.
The above test is with EntityManagerFactory. When I try the same test with SessionFactory, I still hit the problem Could not determine type for: ... ColorType
Does the fix also apply to SessionFactory? Or did I miss something in building the SessionFactory?
|
|