RE: Exception while upgrading from S 2.0.11 to 2.1.6

2009-01-28 Thread Andy
fyi I had to add commons-fileupload to my classpath only after upgrading to 2.1.6 from 2.0.14.. Before the upgrade it wasnt required. Date: Tue, 27 Jan 2009 23:11:40 -0500 From: newton.d...@yahoo.com To: user@struts.apache.org Subject: Re: Exception while upgrading from S 2.0.11 to 2.1.6

Re: Exception while upgrading from S 2.0.11 to 2.1.6

2009-01-28 Thread Sergio Gelato
* Andy [2009-01-28 09:48:12 -0600]: fyi I had to add commons-fileupload to my classpath only after upgrading to 2.1.6 from 2.0.14.. Before the upgrade it wasnt required. Same here. If the change is intentional, then someone should update

Re: Exception while upgrading from S 2.0.11 to 2.1.6

2009-01-28 Thread Musachy Barroso
I don't remember any discussion about it. musachy On Wed, Jan 28, 2009 at 4:19 PM, Sergio Gelato sergio.gel...@astro.su.se wrote: * Andy [2009-01-28 09:48:12 -0600]: fyi I had to add commons-fileupload to my classpath only after upgrading to 2.1.6 from 2.0.14.. Before the upgrade it wasnt

Exception while upgrading from S 2.0.11 to 2.1.6

2009-01-27 Thread ManiKanta G
Hi, Today I've upgraded my application from 2.0.11 to 2.1.6, and I've added only the 5 basic libraries (commons-logging-1.0.4.jar, freemarker-2.3.13.jar, ognl-2.6.11.jar, struts2-core-2.1.6.jar, xwork-2.1.2.jar) required for S2.1.6 to be up and run. I encountered the below exception... (i've

Re: Exception while upgrading from S 2.0.11 to 2.1.6

2009-01-27 Thread Nuwan Chandrasoma
http://struts.apache.org/2.x/docs/file-upload.html ManiKanta G wrote: Hi, Today I've upgraded my application from 2.0.11 to 2.1.6, and I've added only the 5 basic libraries (commons-logging-1.0.4.jar, freemarker-2.3.13.jar, ognl-2.6.11.jar, struts2-core-2.1.6.jar, xwork-2.1.2.jar) required for

Re: Exception while upgrading from S 2.0.11 to 2.1.6

2009-01-27 Thread ManiKanta G
http://struts.apache.org/2.x/docs/file-upload.html Well I m not using any file upload... it is simple HelloWorld application. ManiKanta

Re: Exception while upgrading from S 2.0.11 to 2.1.6

2009-01-27 Thread dusty
... it is simple HelloWorld application. ManiKanta -- View this message in context: http://www.nabble.com/Exception-while-upgrading-from-S-2.0.11-to-2.1.6-tp21683040p21699554.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Exception while upgrading from S 2.0.11 to 2.1.6

2009-01-27 Thread Dave Newton
dusty wrote: You are likely using a full interceptor stack that includes the FileUpload interceptor. You should be able to exclude that interceptor from your stack to remove that dependency. I don't think so; S2 will fail on startup if the default (or configured) file upload bean can't be