RE: JSP compilation error in Tomcat 5.5 using type Vector

2006-02-20 Thread Caldarale, Charles R
> From: Glen Mazza [mailto:[EMAIL PROTECTED] > Subject: Re: JSP compilation error in Tomcat 5.5 using type Vector > > For the Vector object you're using, it is possible > that the JDT compiler is not 1.5-compliant The methods of interest (Vector.add() and Vector.iterator

Re: JSP compilation error in Tomcat 5.5 using type Vector

2006-02-20 Thread Thibaut Nicolas
way and let you know Thanks for this idea Thibaut Caldarale, Charles R a écrit : From: Thibaut Nicolas [mailto:[EMAIL PROTECTED] Subject: Re: JSP compilation error in Tomcat 5.5 using type Vector Here is the very simple JSP that have written to isolate the error This probably won't help mu

Re: JSP compilation error in Tomcat 5.5 using type Vector

2006-02-20 Thread Thibaut Nicolas
hat way and let you know Thanks for this idea Thibaut Caldarale, Charles R a écrit : From: Thibaut Nicolas [mailto:[EMAIL PROTECTED] Subject: Re: JSP compilation error in Tomcat 5.5 using type Vector Here is the very simple JSP that have written to isolate the error This probably won&#x

Re: JSP compilation error in Tomcat 5.5 using type Vector

2006-02-20 Thread Glen Mazza
Thibaut Nicolas wrote: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 4 in the jsp file: /jsp/Test.jsp Generated servlet error: The method add(String) is undefined for the type Vector An error occurred at line: 4 in the jsp file: /jsp/Test.jsp G

RE: JSP compilation error in Tomcat 5.5 using type Vector

2006-02-20 Thread Caldarale, Charles R
> From: Thibaut Nicolas [mailto:[EMAIL PROTECTED] > Subject: Re: JSP compilation error in Tomcat 5.5 using type Vector > > Here is the very simple JSP that have written to isolate the error This probably won't help much: your sample JSP works fine for me on nearly stock versi

Re: JSP compilation error in Tomcat 5.5 using type Vector

2006-02-20 Thread Thibaut Nicolas
[mailto:[EMAIL PROTECTED] Sent: 20 February 2006 16:33 To: users@tomcat.apache.org Subject: JSP compilation error in Tomcat 5.5 using type Vector Hi all, I have a problem while trying to migrate an application from Tomcat 4.1 to Tomcat 5.5. I get a JasperException when tomcat try to compi

RE: JSP compilation error in Tomcat 5.5 using type Vector

2006-02-20 Thread Michael Andreas Omerou
Can we have the code that causes this error? >-Original Message- >From: Thibaut Nicolas [mailto:[EMAIL PROTECTED] >Sent: 20 February 2006 16:33 >To: users@tomcat.apache.org >Subject: JSP compilation error in Tomcat 5.5 using type Vector > >Hi all, > >I hav

JSP compilation error in Tomcat 5.5 using type Vector

2006-02-20 Thread Thibaut Nicolas
Hi all, I have a problem while trying to migrate an application from Tomcat 4.1 to Tomcat 5.5. I get a JasperException when tomcat try to compile a JSP : The method add(String) is undefined for the type Vector The method iterator() is undefined for the type Vector I've put the complete trace at