RE: Upgrading to Struts 1.1 problem with commons-collections

2003-07-03 Thread Kim Bilida
[mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 11:49 AM To: Struts Users Mailing List Subject: Re: Upgrading to Struts 1.1 problem with commons-collections did you actually look inside your commons-collections.jar to see that you have that class in there, and that the jar is definitely

Re: Upgrading to Struts 1.1 problem with commons-collections

2003-07-03 Thread Adam Hardy
on SilverStream4.0? Kim -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 11:49 AM To: Struts Users Mailing List Subject: Re: Upgrading to Struts 1.1 problem with commons-collections did you actually look inside your commons-collections.jar to see

Re: Upgrading to Struts 1.1

2003-07-02 Thread Natalie D Rassmann
No I didn't type it manaually. My project doesn't use the commons logging utility. I use JDK 1.4 Logging API. I did some further investigation and I found that it was unable to load my servlet so it is making it unavailable. I will attach my struts-config and web.xml files. Maybe there is a clue

RE: Upgrading to Struts 1.1

2003-07-02 Thread Andrew Hill
Users Mailing List Subject: Re: Upgrading to Struts 1.1 No I didn't type it manaually. My project doesn't use the commons logging utility. I use JDK 1.4 Logging API. I did some further investigation and I found that it was unable to load my servlet so it is making it unavailable. I will attach

Re: Upgrading to Struts 1.1

2003-07-02 Thread Natalie D Rassmann
ssmann [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 2 July 2003 17:27 To: Struts Users Mailing List Subject: Re: Upgrading to Struts 1.1 No I didn't type it manaually. My project doesn't use the commons logging utility. I use JDK 1.4 Logging API. I did some further investigation and I

Re: Upgrading to Struts 1.1 problem with commons-collections

2003-07-02 Thread Adam Hardy
Did you upgrade the commons-collections.jar in your appserver directory to the one from the struts 1.1 install? Kim Bilida wrote: Hello all, I've upgraded to Struts 1.1 and everything compiles, deploys and runs fine. (I'm using SilverStream4.0) It's when I do a second deploy that I get the

RE: Upgrading to Struts 1.1 problem with commons-collections

2003-07-02 Thread Kim Bilida
: Upgrading to Struts 1.1 problem with commons-collections Did you upgrade the commons-collections.jar in your appserver directory to the one from the struts 1.1 install? Kim Bilida wrote: Hello all, I've upgraded to Struts 1.1 and everything compiles, deploys and runs fine. (I'm using

RE: Upgrading to Struts 1.1 problem with commons-collections

2003-07-02 Thread Kim Bilida
Here's the message SilverStream is giving me when the deployment fails: AgoDeploymentException: Upload of deployment data to the server failed. Archive: CM_kim(CM_kim.war) com.sssw.srvtools.deploy.AgoDeploymentException: Upload of deployment data to the server failed.

Re: Upgrading to Struts 1.1 problem with commons-collections

2003-07-02 Thread Adam Hardy
did you actually look inside your commons-collections.jar to see that you have that class in there, and that the jar is definitely on the class path for silverstream, not just in the WEB-INF/lib where I believe the server processes can't see it? It may well at the point of unloading the war

RE: Upgrading to Struts 1.1

2003-07-01 Thread Hajratwala, Nayan (N.)
If you look near the bottom of your error messages, it says: Caused by: java.lang.ClassNotFoundException: org.apche.commons.logging.impl.SimpleLog Possibly you don't have commons-logging in your project any more? --- - Nayan Hajratwala - Chikli Consulting LLC - http://www.chikli.com

RE: Upgrading to Struts 1.1

2003-07-01 Thread Karr, David
Why does it say apche? You didn't type this in manually, did you? -Original Message- From: Hajratwala, Nayan (N.) [mailto:[EMAIL PROTECTED] If you look near the bottom of your error messages, it says: Caused by: java.lang.ClassNotFoundException:

RE: Upgrading to STRUTS 1.1

2002-11-14 Thread edgar
I don't believe struts 1.0 is 'binary' compatible with 1.1. Try deleting all your object files and rebuilding. Edgar -Original Message- From: Savantraj, Chennamakal Subramanian [mailto:Savant.Rcs;ap.sony.com] Sent: Wednesday, November 13, 2002 11:31 PM To: 'Struts Users Mailing List'

RE: Upgrading to STRUTS 1.1

2002-11-14 Thread Arnaud HERITIER
: Upgrading to STRUTS 1.1 I don't believe struts 1.0 is 'binary' compatible with 1.1. Try deleting all your object files and rebuilding. Edgar -Original Message- From: Savantraj, Chennamakal Subramanian [mailto:Savant.Rcs;ap.sony.com] Sent: Wednesday, November 13, 2002 11:31 PM

Re: Upgrading to STRUTS 1.1

2002-11-13 Thread Rob Leland
Savantraj, Chennamakal Subramanian wrote: Hi, I had written a small sample DB application with STRUTS1.0. But when I tried to just copy the 1.1 STRUTS.jar and run the application, I got the error servlet not found. What should I do to make my application run? Is there any place I can look for