[
https://issues.jboss.org/browse/JGRP-1407?page=com.atlassian.jira.plugin....
]
Bela Ban commented on JGRP-1407:
--------------------------------
OK, made Address extends Externalizable. Implemented readExternal() and writeExternal()
for all implementations (and subclasses)
UUID isn't serializable
-----------------------
Key: JGRP-1407
URL:
https://issues.jboss.org/browse/JGRP-1407
Project: JGroups
Issue Type: Bug
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.0.4, 3.1
UUID doesn't implement Serializable or Externalizable, therefore it cannot be used in
MethodCall. The unit test that fails is MethodCallTest.testMarshalling2().
SOLUTION: implement Externalizable (again)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira