Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Dump a Message object to file, rebuild later- Possible or no?

843830Jul 19 2001 — edited Jul 20 2001
Hello all-

I need to pass along a Message object (a mail object) from one component (an Enterprise JavaBean) to another (Also an EJB). Thing is, I want to put it in an XML file- in other words- is it possible to dump a message object as a raw text file, then rebuild it at the destination?
Now, I guess the problem here is that the Message-class isn't serializable. Can anyone think of any clever workarounds to this??

-ThomasN, frustrated

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 17 2001
Added on Jul 19 2001
3 comments
102 views