You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bu...@apache.org on 2003/11/09 08:05:27 UTC

DO NOT REPLY [Bug 24531] - org.apache.mailet.Mail is not completely serializable

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=24531>.
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=24531

org.apache.mailet.Mail is not completely serializable

noel@devtech.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX
            Summary| org.apache.mailet.Mail is  |org.apache.mailet.Mail is
                   |not completely serializable |not completely serializable



------- Additional Comments From noel@devtech.com  2003-11-09 07:05 -------
Mail does not declare that it has any members, much less a MimeMessageWrapper.

MailImpl (the actual implementation) implements its own readObject/writeObject 
methods, which do not marshall the MimeMessage.  MimeMessageWrapper's parent 
class is javax.mail.internet.MimeMessage, which is not serializable.

All versions of MailImpl in CVS explicitly marshall the data members that make 
up the desired persistent state, and so should not exhibit the problem you 
report.  If anything, the question is why those methods aren't being used in 
your example.

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