[jboss-jira] [JBoss JIRA] (JGRP-1407) UUID isn't serializable

Bela Ban (JIRA) jira-events at lists.jboss.org
Wed Jan 25 08:15:50 EST 2012


    [ https://issues.jboss.org/browse/JGRP-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661849#comment-12661849 ] 

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

        


More information about the jboss-jira mailing list