-
Type: Bug
-
Status: Done (View Workflow)
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: common 0.11
-
Fix Version/s: common 0.11
Since we use Hibernate, which in turns uses proxies, we need to trigger fields by getters, not directly access the field. Otherwise equals() always returns false if proxies are compared. So we need to change Entity#equals() to use getUuid() instead of other.uuid.