Dump a Message object to file, rebuild later- Possible or no?
843830Jul 19 2001 — edited Jul 20 2001Hello 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