DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14591>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14591 Serialization problem with org.apache.commons.validator.ValidatorResult$ResultStatus ------- Additional Comments From [EMAIL PROTECTED] 2002-12-12 06:44 ------- My feeling on this is that: To date, all validator rules in Apache source either return a boolean (pass/fail) or a Serializable type (Date, Long, etc). Therefore, in the interest of fixing this problem, I think we should declare that the type of any object returned by a validation rule must implement Serializable, and add Serializable to the subclass. Any objections? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
