junit.framework.ComparisonFailure: null expected:<MyEntity> but was:<null>
at junit.framework.Assert.assertEquals(Assert.java:81)
at junit.framework.Assert.assertEquals(Assert.java:87)
at org.hibernate.proxy.map.TestMapLazyInitializerSerializability.testSerialization(TestMapLazyInitializerSerializability.java:26)
A further problem of this issue is: even initialized MapProxy instances get uninitialized through serialization, losing the entire entity state stored in MapProxy.li.target which is implicitly transient.
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
The attached test case fails for me:
A further problem of this issue is: even initialized MapProxy instances get uninitialized through serialization, losing the entire entity state stored in MapProxy.li.target which is implicitly transient.