You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/12/03 05:53:04 UTC

DO NOT REPLY [Bug 14591] - Serialization problem with org.apache.commons.validator.ValidatorResult$ResultStatus

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 martinc@apache.org  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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>