SerializationUtils (ObjectOutputStream) doesn't resolve objects
----------------------------------------------------------------
Key: CDV-736
URL: https://jira.terracotta.org/jira//browse/CDV-736
Project: Community Development
Issue Type: Bug
Reporter: Taylor Gautier
Assignee: Issue Review Board
See attached test. To repro untar:
$ mvn tc:start
$ mvn tc:run
$ mvn tc:run
The second run will attempt to read the object (a hand coded linked list 5
elements long) and clone it. It will print the read object, and the cloned
object. Here are the results:
[INFO] [node] [EMAIL PROTECTED] : [EMAIL PROTECTED] : [EMAIL PROTECTED] :
[EMAIL PROTECTED] : [EMAIL PROTECTED] : [EMAIL PROTECTED]
[INFO] [node] [EMAIL PROTECTED]
The second output should have been 5 elements long like the first.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.terracotta.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev