Rejected
Details
Assignee
UnassignedUnassignedReporter
Ashudeep SharmaAshudeep SharmaLabels
Worked in
Components
Affects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Ashudeep Sharma
Ashudeep SharmaLabels
Worked in
Components
Affects versions
Priority
Created June 15, 2017 at 2:14 AM
Updated January 24, 2025 at 3:03 PM
Resolved January 24, 2025 at 3:03 PM
Hibernate is not able to resolve Entity Mappings for Association Attributes. I took a simple self join example and tried to build the sessionFactory using hbm.xml file. The same code works fine on Hibernate 4.3 but throws the following exception in Hibernate 5.2 :
The discussion related to the problem is @ https://forum.hibernate.org/viewtopic.php?f=1&t=1044389
As per the team request, i have also added the test-case using JPA test-case template @
https://github.com/hibernate/hibernate-test-case-templates/pull/19
Let me know if you need any other details.