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
.start(ContainerBase.java:1188) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:347) at org.apache.catalina.core.StandardService.start(StandardService.java:497) at org.apache.catalina.core.StandardServer.start(StandardServer.java:2189) at org.apache.catalina.startup.Catalina.start(

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

Upgrading to Struts 1.1 problem with commons-collections

2003-07-02 Thread Kim Bilida
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 following error message. I then need to restart the server in order to redeploy. Yes, I have commons-collections.jar in the

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
:42 AM To: Struts Users Mailing List Subject: Upgrading to Struts 1.1 problem with commons-collections 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 following error message. I

Re: Upgrading to Struts 1.1 problem with commons-collections

2003-07-02 Thread Adam Hardy
:63) -Original Message- From: Kim Bilida Sent: Wednesday, July 02, 2003 10:42 AM To: Struts Users Mailing List Subject: Upgrading to Struts 1.1 problem with commons-collections Hello all, I've upgraded to Struts 1.1 and everything compiles, deploys and runs fine. (I'm using SilverStream4.0

Upgrading to Struts 1.1

2003-07-01 Thread Natalie D Rassmann
Hi, Is anyone having trouble upgrading to Struts 1.1? I upgraded to Struts RC2 a few weeks ago no problem but when I try and upgrade to Struts 1.1; I gett the following errors. Can anyone help? exception javax.servlet.ServletException

RE: Upgrading to Struts 1.1

2003-07-01 Thread Hajratwala, Nayan (N.)
-Original Message- From: Natalie D Rassmann [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 7:27 AM To: Struts Users Mailing List Subject: Upgrading to Struts 1.1 Hi, Is anyone having trouble upgrading to Struts 1.1? I upgraded to Struts RC2 a few weeks ago no problem but when I try

RE: Upgrading to Struts 1.1

2003-07-01 Thread Karr, David
: org.apche.commons.logging.impl.SimpleLog Possibly you don't have commons-logging in your project any more? -Original Message- From: Natalie D Rassmann [mailto:[EMAIL PROTECTED] Hi, Is anyone having trouble upgrading to Struts 1.1? I upgraded to Struts RC2 a few weeks ago no problem but when I try and upgrade

Upgrading to Struts 1.1

2003-03-28 Thread Mark Silva
hello all, i am currently trying to move my Struts 1.0 application to Struts 1.1. What is the easiest path along that migration? Is there a utility to convert the 1.0 struts-config.xml to 1.1 syntax? any other issues i need to be concerned with, other than copying the appopriate jar and tld

RE: Upgrading to STRUTS 1.1

2002-11-14 Thread edgar
' Subject: Upgrading to STRUTS 1.1 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 resources

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

Upgrading to STRUTS 1.1

2002-11-13 Thread Savantraj, Chennamakal Subramanian
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 resources for upgrade? Rgds

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

loosing url-pattern *.do while upgrading to Struts 1.1-b2

2002-09-13 Thread Patrick Refondini
When defining a form: html:form action=/saveRegistration (...) with the Action Servlet mapped using url-pattern *.do defined in web.xml the generated html form I obtain is: form name=subscriptionForm action=/struts-example/saveSubscription (...) instead of form name=subscriptionForm