[JBoss-user] [Javassist user questions] - Re: JBoss/Tomcat error

2005-11-25 Thread brudvik
I figured out the sollution on my own. It appears that the line: Enumeration enum = request.getParameterNames(); Is valid in JBoss while in Tomcat the particular word "enum" will throw an exception since it appears that they have reserved that word for their own usage (or something like it). Coul

[JBoss-user] [Javassist user questions] - JBoss/Tomcat error

2005-11-25 Thread brudvik
Hi - I get this strange error when running the sollution on tomcat, while if I run it on JBoss it works like a charm. Anyone got an idea? | error:org.apache.jasper.JasperException: Unable to compile class for JSP | An error occurred at line: 4 in the jsp file: /webshop_handlekurv.jsp | Ge