Re: TagAttributeException after migration to jetty

2011-04-11 Thread Jakob Korherr
Looks like a bug in the EL impl! Have you tried reformatting the expression (like adding spaces and/or brackets)? > Can I use another EL impl with jetty? For sure, check out http://wiki.apache.org/myfaces/HowToEnableEl22 to see how a el-impl can be changed. FYI: this works since MyFaces core 1.2

Re: TagAttributeException after migration to jetty

2011-04-11 Thread Mike Kienenberger
Is it possible that it's a conflict between Jetty 7 and the facelets el-ri.jar? I know at one point, we moved the facelets el-api.jar into a build-only classpath, but I think we still have the el-ri.jar in the deployment library path. On Mon, Apr 11, 2011 at 10:55 AM, Michael Heinen wrote: >  T

TagAttributeException after migration to jetty

2011-04-11 Thread Michael Heinen
This is a follow-up discussion for "JSF application very slow with HTTPS" in order to no hijack my own thread. I want to compare the performance of my app with tomcat and jetty. Environment: Facelets myFaces 1.2.9 tomahawk12_1.1.10 richfaces 3.3.3 The app runs fine with all Tomca