You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Niall Pemberton (JIRA)" <ji...@apache.org> on 2006/07/19 16:10:14 UTC

[jira] Resolved: (VALIDATOR-84) Serialization problem with org.apache.commons.validator.ValidatorResult$ResultStatu

     [ http://issues.apache.org/jira/browse/VALIDATOR-84?page=all ]

Niall Pemberton resolved VALIDATOR-84.
--------------------------------------

    Fix Version/s: 1.1.0 (alpha)
       Resolution: Fixed

Re-openned and the set to "Resolved Fixed" again to correct "resolution" which was lost in Bugzilla --> JIRA conversion

> Serialization problem with org.apache.commons.validator.ValidatorResult$ResultStatu
> -----------------------------------------------------------------------------------
>
>                 Key: VALIDATOR-84
>                 URL: http://issues.apache.org/jira/browse/VALIDATOR-84
>             Project: Commons Validator
>          Issue Type: Bug
>    Affects Versions: Nightly Builds
>         Environment: Operating System: All
> Platform: All
>            Reporter: Pierre Chardin
>             Fix For: 1.1.0 (alpha)
>
>
> org.apache.struts.validator.DynaValidatorForm serialisation fails because 
> class org.apache.commons.validator.ValidatorResult$ResultStatus does not 
> implement interface Serializable.
> This is not consistent with other classes of Validator or Struts, so I believe 
> it's a bug.
> The correction consists in modifying file ValidatorResult.java at line 132 and 
> replacing code:
> protected class ResultStatus {
> by:
> protected class ResultStatus implements Serializable {

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org