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-06-22 22:33 -------
It is not clear to me why WebLogic is trying to serialize a servlet context
attribute in the first place.  That is generally done only for *session*
attributes in a distributed environment.  Is there any configuration parameter
to turn this behavior off?

Note that simply declaring the offending attributes "transient" is not a real
solution -- although you can successfully serialize this component, an attempt
to deserialize it later, and reference the transient property, will cause a
NullPointerException because the code of the component assumes that the log (for
example) is always initialized.

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

Reply via email to