Re: Struts 1.1 Bug? PlugIn Objects Not Serializable

2003-07-10 Thread David Graham
--- Hohlen, John C [EMAIL PROTECTED] wrote: I'm encountering a serialization error due to Plug-In objects, in my case, the org.apache.struts.validator.ValidatorPlugIn not being serializable. An array of plug-ins are stored in application scope in the ActionServlet.initModulePlugIns() method.

RE: Struts 1.1 Bug? PlugIn Objects Not Serializable

2003-07-10 Thread Hohlen, John C
- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 10:47 AM To: Struts Users Mailing List Subject: Re: Struts 1.1 Bug? PlugIn Objects Not Serializable --- Hohlen, John C [EMAIL PROTECTED] wrote: I'm encountering a serialization error due to Plug-In objects, in my case

RE: Struts 1.1 Bug? PlugIn Objects Not Serializable

2003-07-10 Thread David Graham
Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 10:47 AM To: Struts Users Mailing List Subject: Re: Struts 1.1 Bug? PlugIn Objects Not Serializable --- Hohlen, John C [EMAIL PROTECTED] wrote: I'm encountering a serialization error due to Plug

RE: Struts 1.1 Bug? PlugIn Objects Not Serializable

2003-07-10 Thread Craig R. McClanahan
On Thu, 10 Jul 2003, David Graham wrote: Date: Thu, 10 Jul 2003 09:24:15 -0700 (PDT) From: David Graham [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: Struts 1.1 Bug? PlugIn

RE: Struts 1.1 Bug? PlugIn Objects Not Serializable

2003-07-10 Thread David Graham
[EMAIL PROTECTED] Subject: RE: Struts 1.1 Bug? PlugIn Objects Not Serializable --- Hohlen, John C [EMAIL PROTECTED] wrote: That's exactly my problem. I have a distributable application using Struts 1.1. Struts is storing an object in the ServletContext that is not serializable. What

RE: Struts 1.1 Bug? PlugIn Objects Not Serializable

2003-07-10 Thread Craig R. McClanahan
On Thu, 10 Jul 2003, David Graham wrote: My personal opinion is that app servers which require ServletContext attributes to be Serializable are broken, because the servlet spec only requires this for *session* attributes. That being said, we probably need to address this reality,

RE: Struts 1.1 Bug? PlugIn Objects Not Serializable

2003-07-10 Thread Hohlen, John C
PROTECTED] Sent: Thursday, July 10, 2003 1:34 PM To: Struts Users Mailing List Subject: RE: Struts 1.1 Bug? PlugIn Objects Not Serializable --- Craig R. McClanahan [EMAIL PROTECTED] wrote: On Thu, 10 Jul 2003, David Graham wrote: Date: Thu, 10 Jul 2003 09:24:15 -0700 (PDT) From: David Graham

RE: Struts 1.1 Bug? PlugIn Objects Not Serializable

2003-07-10 Thread Craig R. McClanahan
On Thu, 10 Jul 2003, Hohlen, John C wrote: Date: Thu, 10 Jul 2003 14:04:31 -0500 From: Hohlen, John C [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: Struts 1.1 Bug? PlugIn Objects

RE: Struts 1.1 Bug? PlugIn Objects Not Serializable

2003-07-10 Thread Hohlen, John C
To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: RE: Struts 1.1 Bug? PlugIn Objects Not Serializable On Thu, 10 Jul 2003, Hohlen, John C wrote: Date: Thu, 10 Jul 2003 14:04:31 -0500 From: Hohlen, John C [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts

Re: Struts 1.1 Bug? PlugIn Objects Not Serializable

2003-07-10 Thread Erik Price
Hohlen, John C wrote: Craig: I added a comment to the Bugzilla report with a link to the thread. Thanks for the idea. Do you or anyone else know if WebLogic 6.1 requires that servlet context attributes to be serializable? How can I figure that out? Not trying to be sarcastic at all,

Re: Struts 1.1 Bug? PlugIn Objects Not Serializable

2003-07-10 Thread Craig R. McClanahan
On Thu, 10 Jul 2003, Erik Price wrote: Date: Thu, 10 Jul 2003 18:14:57 -0400 From: Erik Price [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Struts 1.1 Bug? PlugIn Objects

RE: Struts 1.1 Bug? PlugIn Objects Not Serializable

2003-07-10 Thread Hohlen, John C
if all servlet context attributes are must be serializable? -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 2:29 PM To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: RE: Struts 1.1 Bug? PlugIn Objects Not Serializable On Thu