SilverStream 3.7 and Struts

2001-01-02 Thread Bill Pfeiffer

There was some mention a while back in a thread titled "Proposed Solution to
Non-Serializable MessageResources Class" that described a problem that I am
encountering with SilverStream 3.7.  I am not actually using
MessageResources in my web application, but I am encountering the following
when deploying a very simple struts web app to SilverStream:

java.lang.LinkageError: Class org/apache/struts/action/ActionForm violates
loader constraints

SilverStream support indicated that this had something to do with the way
the MessageResources is not serializable.

Is there an update (Struts or SilverStream) that addresses this problem?

TIA,

Bill Pfeiffer





Re: SilverStream 3.7 and Struts

2001-01-02 Thread Johan Compagner

Did you try one of the latest builds?

johan

- Original Message - 
From: "Bill Pfeiffer" [EMAIL PROTECTED]
To: "Struts-User" [EMAIL PROTECTED]
Sent: Tuesday, January 02, 2001 1:48 PM
Subject: SilverStream 3.7 and Struts


 There was some mention a while back in a thread titled "Proposed Solution to
 Non-Serializable MessageResources Class" that described a problem that I am
 encountering with SilverStream 3.7.  I am not actually using
 MessageResources in my web application, but I am encountering the following
 when deploying a very simple struts web app to SilverStream:
 
 java.lang.LinkageError: Class org/apache/struts/action/ActionForm violates
 loader constraints
 
 SilverStream support indicated that this had something to do with the way
 the MessageResources is not serializable.
 
 Is there an update (Struts or SilverStream) that addresses this problem?
 
 TIA,
 
 Bill Pfeiffer
 
 
 




RE: SilverStream 3.7 and Struts

2001-01-02 Thread Ludwig, Pat

Bill,
the non-serializable nature of MessageResources is a likely cause for your
problem. even if your app doesn't use MessageResources, Struts itself does.
if this is the cause of your problem, cycling the Silverstream server should
resolve it.
regards,
Pat Ludwig

-Original Message-
From: Bill Pfeiffer [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 02, 2001 7:48 AM
To: Struts-User
Subject: SilverStream 3.7 and Struts


There was some mention a while back in a thread titled "Proposed Solution to
Non-Serializable MessageResources Class" that described a problem that I am
encountering with SilverStream 3.7.  I am not actually using
MessageResources in my web application, but I am encountering the following
when deploying a very simple struts web app to SilverStream:

java.lang.LinkageError: Class org/apache/struts/action/ActionForm violates
loader constraints

SilverStream support indicated that this had something to do with the way
the MessageResources is not serializable.

Is there an update (Struts or SilverStream) that addresses this problem?

TIA,

Bill Pfeiffer



Re: SilverStream 3.7 and Struts

2001-01-02 Thread Bill Pfeiffer

I have SS 3.7 rc1 which is the latest release.

- Original Message -
From: "Johan Compagner" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, January 02, 2001 8:10 AM
Subject: Re: SilverStream 3.7 and Struts


 Did you try one of the latest builds?

 johan

 - Original Message -
 From: "Bill Pfeiffer" [EMAIL PROTECTED]
 To: "Struts-User" [EMAIL PROTECTED]
 Sent: Tuesday, January 02, 2001 1:48 PM
 Subject: SilverStream 3.7 and Struts


  There was some mention a while back in a thread titled "Proposed
Solution to
  Non-Serializable MessageResources Class" that described a problem that I
am
  encountering with SilverStream 3.7.  I am not actually using
  MessageResources in my web application, but I am encountering the
following
  when deploying a very simple struts web app to SilverStream:
 
  java.lang.LinkageError: Class org/apache/struts/action/ActionForm
violates
  loader constraints
 
  SilverStream support indicated that this had something to do with the
way
  the MessageResources is not serializable.
 
  Is there an update (Struts or SilverStream) that addresses this problem?
 
  TIA,
 
  Bill Pfeiffer
 
 
 






Re: SilverStream 3.7 and Struts

2001-01-02 Thread Bill Pfeiffer

Pat,

Thanks, I was made aware of the restart option by SS support.  Cycling the
SS server is not an option I like during development nor during production.
The restart of SS takes a long time during dev and I prefer not to disrupt
my production server in such a manner.

It sounded as though there were plans to come up with a serializable version
of the class in question.  Is this still in the works?

TIA,

Bill Pfeiffer


- Original Message -
From: "Ludwig, Pat" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, January 02, 2001 1:15 PM
Subject: RE: SilverStream 3.7 and Struts


 Bill,
 the non-serializable nature of MessageResources is a likely cause for your
 problem. even if your app doesn't use MessageResources, Struts itself
does.
 if this is the cause of your problem, cycling the Silverstream server
should
 resolve it.
 regards,
 Pat Ludwig

 -Original Message-
 From: Bill Pfeiffer [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, January 02, 2001 7:48 AM
 To: Struts-User
 Subject: SilverStream 3.7 and Struts


 There was some mention a while back in a thread titled "Proposed Solution
to
 Non-Serializable MessageResources Class" that described a problem that I
am
 encountering with SilverStream 3.7.  I am not actually using
 MessageResources in my web application, but I am encountering the
following
 when deploying a very simple struts web app to SilverStream:

 java.lang.LinkageError: Class org/apache/struts/action/ActionForm violates
 loader constraints

 SilverStream support indicated that this had something to do with the way
 the MessageResources is not serializable.

 Is there an update (Struts or SilverStream) that addresses this problem?

 TIA,

 Bill Pfeiffer





Re: SilverStream 3.7 and Struts

2001-01-02 Thread Craig R. McClanahan

Bill Pfeiffer wrote:

 Pat,

 Thanks, I was made aware of the restart option by SS support.  Cycling the
 SS server is not an option I like during development nor during production.
 The restart of SS takes a long time during dev and I prefer not to disrupt
 my production server in such a manner.

 It sounded as though there were plans to come up with a serializable version
 of the class in question.  Is this still in the works?


The Serializable implementation of MessageResources is in the current nightly
builds of Struts, and has been for at least a couple of weeks.

The Struts example application still has some non-Serializable context
attritutes, but as far as I know all of the components stored there by the
framework itself are now Serializable -- if I missed something, please report a
bug.


 TIA,

 Bill Pfeiffer


Craig McClanahan



 - Original Message -
 From: "Ludwig, Pat" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, January 02, 2001 1:15 PM
 Subject: RE: SilverStream 3.7 and Struts

  Bill,
  the non-serializable nature of MessageResources is a likely cause for your
  problem. even if your app doesn't use MessageResources, Struts itself
 does.
  if this is the cause of your problem, cycling the Silverstream server
 should
  resolve it.
  regards,
  Pat Ludwig
 
  -Original Message-
  From: Bill Pfeiffer [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, January 02, 2001 7:48 AM
  To: Struts-User
  Subject: SilverStream 3.7 and Struts
 
 
  There was some mention a while back in a thread titled "Proposed Solution
 to
  Non-Serializable MessageResources Class" that described a problem that I
 am
  encountering with SilverStream 3.7.  I am not actually using
  MessageResources in my web application, but I am encountering the
 following
  when deploying a very simple struts web app to SilverStream:
 
  java.lang.LinkageError: Class org/apache/struts/action/ActionForm violates
  loader constraints
 
  SilverStream support indicated that this had something to do with the way
  the MessageResources is not serializable.
 
  Is there an update (Struts or SilverStream) that addresses this problem?
 
  TIA,
 
  Bill Pfeiffer