Re: [core] performance: ELResolvers filtering

2011-04-04 Thread Leonardo Uribe
Hi Add a param to disable JSP support looks like a good idea. With such param we could solve this issue raised recently: https://issues.apache.org/jira/browse/MYFACES-3104 MyFaces 2 with EL 2.2 in Websphere 7 regards, Leonardo Uribe 2011/3/17 Martin Koci martin.kocicak.k...@gmail.com This

Re: [core] performance: ELResolvers filtering

2011-04-04 Thread Martin Koci
Hi, suggested patch is here: https://issues.apache.org/jira/browse/MYFACES-3078 can you please review it and apply if is it proper? Regards, Kočičák Hi Add a param to disable JSP support looks like a good idea. With such param we could solve this issue raised recently:

Re: [core] performance: ELResolvers filtering

2011-04-04 Thread Leonardo Uribe
Hi Yes, no problem. Right now I'm running the necessary steps to release myfaces core 2.0.5 (and after that tomahawk 1.1.11), so this patch will not be on 2.0.5 (but it will on 2.0.6). I want to take a look carefully to this problem and I require some time to do it. Thanks for your patch.

Re: [core] performance: ELResolvers filtering

2011-03-17 Thread Martin Koci
This approach cannot filter two resolvers: 1. org.apache.myfaces.el.unified.resolver.FacesCompositeELResolver 2. org.apache.myfaces.el.unified.resolver.ScopedAttributeResolver 1) the first one is instance of CompositeELResolver and serves as container for sorted/filtered list of others

[core] performance: ELResolvers filtering

2011-03-16 Thread Martin Koci
Hi, after few months I have time to do some performance optimalization for myfaces. This one is related to topic http://www.mail-archive.com/dev@myfaces.apache.org/msg49177.html Problem: how to disable ELResolver smartly? Adding a context-param for each is an overkill. But we have

Re: [core] performance: ELResolvers filtering

2011-03-16 Thread Mark Struberg
] performance: ELResolvers filtering To: dev@myfaces.apache.org Date: Wednesday, March 16, 2011, 10:29 AM Hi, after few months I have time to do some performance optimalization for myfaces. This one is related to topic http://www.mail-archive.com/dev@myfaces.apache.org/msg49177.html Problem

Re: [core] performance: ELResolvers filtering

2011-03-16 Thread Martin Koci
, 3/16/11, Martin Koci martin.kocicak.k...@gmail.com wrote: From: Martin Koci martin.kocicak.k...@gmail.com Subject: [core] performance: ELResolvers filtering To: dev@myfaces.apache.org Date: Wednesday, March 16, 2011, 10:29 AM Hi, after few months I have time to do some

Re: [core] performance: ELResolvers filtering

2011-03-16 Thread Jakob Korherr
martin.kocicak.k...@gmail.com wrote: From: Martin Koci martin.kocicak.k...@gmail.com Subject: [core] performance: ELResolvers filtering To: dev@myfaces.apache.org Date: Wednesday, March 16, 2011, 10:29 AM Hi, after few months I have time to do some performance optimalization for myfaces

Re: [core] performance: ELResolvers filtering

2011-03-16 Thread Mark Struberg
Hi! We use the ViewMap for @ViewScoped, but nothing else currently. LieGrue, strub --- On Wed, 3/16/11, Martin Koci martin.kocicak.k...@gmail.com wrote: From: Martin Koci martin.kocicak.k...@gmail.com Subject: Re: [core] performance: ELResolvers filtering To: MyFaces Development dev