You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Ludwig (JIRA)" <ji...@apache.org> on 2011/05/04 13:51:03 UTC

[jira] [Created] (WICKET-3666) IValidationError should extend IClusterable

IValidationError should extend IClusterable
-------------------------------------------

                 Key: WICKET-3666
                 URL: https://issues.apache.org/jira/browse/WICKET-3666
             Project: Wicket
          Issue Type: Bug
    Affects Versions: 1.5-RC3, 1.4.17
            Reporter: Sven Ludwig
            Priority: Minor


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

[jira] [Resolved] (WICKET-3666) IValidationError should extend IClusterable

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ 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