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-03 04:53 -------
Unfortunately, I don't believe the fix is quite that simple. The problem is 
that ValidatorResult$ResultStatus contains an Object reference, and as far as I 
can determine, that object can be anything at all. Therefore, although we could 
mark ValidatorResult$ResultStatus as implementing Serializable, it would not be 
truly serializable unless all of the validation methods returned serializable 
objects.

It's not clear to me what we should do about this - it needs the attention of 
someone more familiar with the details of the Validator than I am.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to