This testcase demonstrates the problem. As I did not know how to use 2 containers in a single testcase, I've used 2 testcases that need to be run in the right order. SerializationTest is modified to dump the serialized data to a file, which is then read by DeserializationTest. If run in this order, the NPE is triggered.
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
This testcase demonstrates the problem. As I did not know how to use 2 containers in a single testcase, I've used 2 testcases that need to be run in the right order. SerializationTest is modified to dump the serialized data to a file, which is then read by DeserializationTest. If run in this order, the NPE is triggered.