https://issues.apache.org/bugzilla/show_bug.cgi?id=48438
--- Comment #4 from Konstantin Kolinko <knst.koli...@gmail.com> 2009-12-23 06:15:23 UTC --- Additional observation for A): That org.apache.el.parser.ParseException: occurs at run time, not at compile time! It explains why the class file is generated. You can see the stacktrace for this case in attachment 24755. It is at org.apache.el.parser.ELParser.generateParseException(ELParser.java:2142) at org.apache.el.parser.ELParser.jj_consume_token(ELParser.java:2024) (.. a dozen of ELParser methods) (.. a pair of ExpressionBuilder methods) at org.apache.el.ExpressionFactoryImpl.createValueExpression(ExpressionFactoryImpl.java:68) at org.apache.jasper.runtime.PageContextImpl$13.run(PageContextImpl.java:919) at java.security.AccessController.doPrivileged(Native Method) at org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:913) at org.apache.jsp.jsp.jsp2.el.basic_002darithmetic_jsp._jspx_meth_c_005fout_005f0(basic_002darithmetic_jsp.java:205) at org.apache.jsp.jsp.jsp2.el.basic_002darithmetic_jsp._jspService(basic_002darithmetic_jsp.java:179) So it occurs in _jspService() of a running page, when it calls PageContextImpl.proprietaryEvaluate to evaluate an EL expression. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org