I am reading a template xml file into XmlDocument structure in a servlet
and try to send it to session bean for further processing. But as
XmlDocument does not implement serializable, I am getting the following
error in J2EE RI. What are the alternate methods to do this ?
Also, I was wondering how does one handle file i/o in J2EE architecture as
ejb's can't do i/o. Can one as the container to do it for you ?
Thanks in advance
Subu
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".