This bug was discovered after the serialization of the hibernate session when using hibernate in a persistence context using SWF 2.4.1. Full description here : https://forum.hibernate.org/viewtopic.php?f=1&t=1036693
Test case in attachments.
Possible solutions :
-
change MarkerObject to enum type
-
add equals method that check the property name value
|