[jboss-jira] [JBoss JIRA] Commented: (JBAS-6345) Incompatible serialization change in FamilyClusterInfoImpl

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Wed Jan 21 22:48:04 EST 2009


    [ https://jira.jboss.org/jira/browse/JBAS-6345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12449126#action_12449126 ] 

Brian Stansberry commented on JBAS-6345:
----------------------------------------

Fix for this isn't to restore ImmutableArrayList, as that would break a 5.0.0 client deserializing a 5.0.1 proxy (since ImmutableArrayList would not be on the 5.0.0 classpath).  Instead the fix is to have the proxy classes write an ArrayList to the output stream in their writeExternal or writeObject methods.

> Incompatible serialization change in FamilyClusterInfoImpl
> ----------------------------------------------------------
>
>                 Key: JBAS-6345
>                 URL: https://jira.jboss.org/jira/browse/JBAS-6345
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Clustering
>    Affects Versions: JBossAS-5.0.0.GA
>            Reporter: Brian Stansberry
>            Assignee: Brian Stansberry
>             Fix For: JBossAS-5.0.1.GA
>
>
> The type returned from getTargets() has changed from ImmutableArrayList to java.util.Collections$UnmodifiableRandomAccessList.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list