You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Adam Winer (JIRA)" <de...@myfaces.apache.org> on 2007/05/21 18:32:16 UTC

[jira] Resolved: (TRINIDAD-27) ChildPropertyTreeModel state is not serializable: List.subList()

     [ https://issues.apache.org/jira/browse/TRINIDAD-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Winer resolved TRINIDAD-27.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.1-incubating-core-SNAPSHOT

Fixed - we now make a clone of the list.

> ChildPropertyTreeModel state is not serializable:  List.subList()
> -----------------------------------------------------------------
>
>                 Key: TRINIDAD-27
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-27
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.1-incubating-core-SNAPSHOT
>            Reporter: Adam Winer
>            Priority: Critical
>             Fix For: 1.0.1-incubating-core-SNAPSHOT
>
>
> List.subList() does not return a serializable object, because it can return a RandomAccessSubList, which is not serializable.  ChildPropertyTreeModel is therefore returning non-serializable row keys.
> Thanks to Henk Vanhoe for tracking down this bug.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.