Re: [JSF2] absolute-ordering warning

2010-09-02 Thread Matthias Wessendorf
HEy Christian, I will take a look. I think I have not seen this issue w/ Trinidad, which has a similar entry: https://svn.apache.org/repos/asf/myfaces/trinidad/trunk/trinidad-impl/src/main/conf/META-INF/faces-config-base.xml -M On Thu, Sep 2, 2010 at 6:43 AM, Christian Kaltepoth

Re: [JSF2] absolute-ordering warning

2010-09-02 Thread Christian Kaltepoth
Hey Matthias, thank you very much. You can use this sample app to reproduce this issue: http://github.com/chkal/prettyfaces-tests Just checkout the jsf2 branch and run via mvn tomcat:run-war and you will see the warning. Christian 2010/9/2 Matthias Wessendorf mat...@apache.org: HEy

Re: [JSF2] absolute-ordering warning

2010-09-02 Thread Matthias Wessendorf
I think I need new glasses... WARNING: absolute-ordering element found in application configuration resource trinidad. This description will be ignored and the actions described in ordering elements will be taken into account instead. -M On Thu, Sep 2, 2010 at 9:24 AM, Christian Kaltepoth

Re: [JSF2] absolute-ordering warning

2010-09-02 Thread Matthias Wessendorf
Should be easy fix -M On Thu, Sep 2, 2010 at 10:57 AM, Matthias Wessendorf mat...@apache.org wrote: I think I need new glasses... WARNING: absolute-ordering element found in application configuration resource trinidad. This description will be ignored and the actions described in ordering

[jira] Created: (MYFACES-2905) [JSF2] absolute-ordering warning

2010-09-02 Thread JIRA
[JSF2] absolute-ordering warning Key: MYFACES-2905 URL: https://issues.apache.org/jira/browse/MYFACES-2905 Project: MyFaces Core Issue Type: Bug Affects Versions: 2.0.1 Reporter: Matthias

[jira] Commented: (MYFACES-2905) [JSF2] absolute-ordering warning

2010-09-02 Thread JIRA
+ in ordering elements will be taken into account instead.); } } } .. we check incorrectly for ordering. changing to if (resource.getAbsoluteOrdering() != null) is the fix [JSF2] absolute-ordering warning

Re: [JSF2] absolute-ordering warning

2010-09-02 Thread Matthias Wessendorf
https://issues.apache.org/jira/browse/MYFACES-2905 On Thu, Sep 2, 2010 at 10:58 AM, Matthias Wessendorf mat...@apache.org wrote: Should be easy fix -M On Thu, Sep 2, 2010 at 10:57 AM, Matthias Wessendorf mat...@apache.org wrote: I think I need new glasses... WARNING: absolute-ordering

[jira] Resolved: (MYFACES-2905) [JSF2] absolute-ordering warning

2010-09-02 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf resolved MYFACES-2905. - Fix Version/s: 2.0.2-SNAPSHOT Resolution: Fixed [JSF2] absolute

Re: [JSF2] absolute-ordering warning

2010-09-02 Thread Christian Kaltepoth
Thank you very much! :-) Christian 2010/9/2 Matthias Wessendorf mat...@apache.org: https://issues.apache.org/jira/browse/MYFACES-2905 On Thu, Sep 2, 2010 at 10:58 AM, Matthias Wessendorf mat...@apache.org wrote: Should be easy fix -M On Thu, Sep 2, 2010 at 10:57 AM, Matthias Wessendorf

[JSF2] absolute-ordering warning

2010-09-01 Thread Christian Kaltepoth
Hello, I'm committer on the PrettyFaces project and we are currently preparing our next release. While testing the release in different environments I discovered that MyFaces 2.0.1 prints a warning to the console: WARNING: absolute-ordering element found in application configuration resource