Thursday 21 January 2016

Unable to resolve owner of loading collection [[com.entity.ParentEntity.ChildEntity#61]] for second level caching

Example : org.hibernate.HibernateException: Unable to resolve owner of loading collection [[com.entity.ParentEntity.childEntity#56]] for second level caching

Please make sure you are enabled second level cache.
or otherwise comment this line

<!-- <cache usage="read-write" /> -->

Its working for me.