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

Igor Vaynberg resolved WICKET-3666.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-RC5
                   1.4.18

> IValidationError should extend IClusterable
> -------------------------------------------
>
>                 Key: WICKET-3666
>                 URL: https://issues.apache.org/jira/browse/WICKET-3666
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4.17, 1.5-RC3
>            Reporter: Sven Ludwig
>            Priority: Minor
>              Labels: serialization, validation, wicket
>             Fix For: 1.4.18, 1.5-RC5
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> In my opinion IValidationError should extend IClusterable, because an 
> IValidationError is often held within an instance that is subject to 
> serialization. An example is 
> org.apache.wicket.markup.html.form.ValidationErrorFeedback, where the 
> IValidationError is held in a member variable. ValidationErrorFeedback 
> implements IClusterable, but if it contains a non-serializable 
> IValidationError, a runtime-exception occurs on serialization or on 
> serialization-check.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to