We recently tried to upgrade from Tomcat 5.0.25 and JDK 1.4.1 to Tomcat
5.5.4 and JDK 1.5.0 (aka 5.0) and have been successful except for our JSPs.
Even a simple test "HelloWorld" JSP generates the following error:

--
org.apache.jasper.JasperException: Unable to compile class for JSP

Generated servlet error:
Type mismatch: cannot convert from Vector to List


org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandle
r.java:84)

org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:3
28)
 org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:389)
 org.apache.jasper.compiler.Compiler.compile(Compiler.java:288)
 org.apache.jasper.compiler.Compiler.compile(Compiler.java:267)
 org.apache.jasper.compiler.Compiler.compile(Compiler.java:255)

org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:5
56)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:2
96)
 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
 org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
 javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
--

Any ideas?  I think I've done a pretty thorough search, but I'm sure it's
something simple I'm overlooking.

Thanks!



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to