A little bit change on line 91 (based on hibernate-release-4.7.1.Final) in org.hibernate.proxy.pojo.BasicLazyInitializer can fix the problem. The changed line becomes:
if ( (!overridesEquals || args[0]==proxy) && "equals".equals(methodName) ) {
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
A little bit change on line 91 (based on hibernate-release-4.7.1.Final) in org.hibernate.proxy.pojo.BasicLazyInitializer can fix the problem. The changed line becomes:
if ( (!overridesEquals || args[0]==proxy) && "equals".equals(methodName) ) {