[jboss-jira] [JBoss JIRA] (JGRP-1407) UUID isn't serializable
Stefano Ravera (Commented) (JIRA)
jira-events at lists.jboss.org
Wed Jan 11 09:02:09 EST 2012
[ https://issues.jboss.org/browse/JGRP-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655183#comment-12655183 ]
Stefano Ravera commented on JGRP-1407:
--------------------------------------
Shouldn't it be better to make Address interface extend Externalizable (again)?
In this way backward compatibility with 2.x is preserved and "Please never use implementations of Address directly; Address should always be used as an opaque identifier of a cluster node!" warning present in jgroups documentation is followed.
Let me know if I should open a new issue for this or if this issue could be reopened.
Thanks
> 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.2, 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
More information about the jboss-jira
mailing list