> 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
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
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
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
> 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
[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
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
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