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

Scott O'Bryan resolved TRINIDAD-2394.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.2-core

txn 1485062
                
> LabeledFacesMessage is not appropriately serializable
> -----------------------------------------------------
>
>                 Key: TRINIDAD-2394
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2394
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 2.0.1-core
>            Reporter: Scott O'Bryan
>            Assignee: Scott O'Bryan
>             Fix For: 2.0.2-core
>
>
> LabeledFacesMessage is derived from FacesMessage which is serializable.  The 
> issue is that the label in LabeledFacesMessage is an object and is expected 
> to sometimes contain a ValueExpression.  When trying to serialize this class 
> over the wire, the Label needs to be converted into a string before it is 
> sent over the wire.  As such, we need a public API to convert the value into 
> a string so that, if an implementation needs to serialize the faces message, 
> it can do so.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to