Re: retrotranslating struts 2.0.11 not working

2008-04-10 Thread Antonio Petrelli
2008/4/10, Paula Estrella <[EMAIL PROTECTED]>: > > Antonio Petrelli wrote: > > 2008/4/10, Paula Estrella <[EMAIL PROTECTED]>: > > > > > > > StandardContext[/project]Exception starting filter struts2 > > > java.lang.UnsupportedClassVersionError: > > > project/FileUploadAction (Unsupported major.min

Re: retrotranslating struts 2.0.11 not working

2008-04-10 Thread Paula Estrella
Antonio Petrelli wrote: 2008/4/10, Paula Estrella <[EMAIL PROTECTED]>: StandardContext[/project]Exception starting filter struts2 java.lang.UnsupportedClassVersionError: project/FileUploadAction (Unsupported major.minor version 49.0) As Al Sutton noticed before, is *your* class that i

Re: retrotranslating struts 2.0.11 not working

2008-04-10 Thread Antonio Petrelli
2008/4/10, Paula Estrella <[EMAIL PROTECTED]>: > StandardContext[/project]Exception starting filter struts2 > java.lang.UnsupportedClassVersionError: > project/FileUploadAction (Unsupported major.minor version 49.0) As Al Sutton noticed before, is *your* class that is compiled with Java 5 and pu

Re: retrotranslating struts 2.0.11 not working

2008-04-10 Thread Paula Estrella
Antonio Petrelli wrote: 2008/4/10, Paula Estrella <[EMAIL PROTECTED]>: the working environment is: tomcat 5.0.30, jdk 1.4.2, struts 2.0.11 on a linux suse server; we followed the procedure to retrotranslate the following files from struts-2.0.11-j4.zip The "j4" package contains alr

Re: retrotranslating struts 2.0.11 not working

2008-04-10 Thread Al Sutton
<[EMAIL PROTECTED]> To: Sent: Thursday, April 10, 2008 10:20 AM Subject: retrotranslating struts 2.0.11 not working Hello, We have a small application developed with struts2 for uploading files and returning the results of doing something with the files and we are trying to run struts2 w

Re: retrotranslating struts 2.0.11 not working

2008-04-10 Thread Antonio Petrelli
2008/4/10, Paula Estrella <[EMAIL PROTECTED]>: > > the working environment is: tomcat 5.0.30, jdk 1.4.2, struts 2.0.11 on a > linux suse server; we followed the procedure to retrotranslate the > following files from struts-2.0.11-j4.zip The "j4" package contains already retrotranslated versions

retrotranslating struts 2.0.11 not working

2008-04-10 Thread Paula Estrella
Hello, We have a small application developed with struts2 for uploading files and returning the results of doing something with the files and we are trying to run struts2 with java 1.4.2 but it is not working after many attempts to remove the filter start error; could you please give us some hi