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

Serializability issues in ActionServlet/RequestProcessor





------- Additional Comments From [EMAIL PROTECTED]  2002-07-23 18:20 -------
Making it possible to serialize ActionServlet or RequestProcessor is easy --
just set the offending instance variables to transient, and add "implements
Serializable" on RequestProcessor, and we'd be done.

Making it possible to *de*serialize an ActionServlet or RequestProcessor
instance, and have it actually operate correctly, is substantially more work. 
Without this, making these classes serialize successfully is pointless.  This is
not going to happen in a 1.1 time frame.

See comments from Hal Deadman (on the STRUTS-DEV mailing list, or in the
corresponding archives) about running Struts 1.1 successfully on WebLogic.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to