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
Paula, Quick question; Any reason you can't upgrade to Java 1.5 and use the primary distribution and not a retrotranslated one? Al. P.S. Your problem is that your projects classes are being compiled with a JDK >= 1.5. - Original Message - From: "Paula Estrella" <[EMAIL PROTECTED]>

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