Juza Petr schrieb:
Hi Simon,
I renamed "myfaces-orchestra-core-1.2.jar" to
"before-na-orchestra-core.jar" and it helped! Thank you very much Simon.
Where is implemented order of loading faces-config.xml files? Is it
MyFaces feature only?
It is not officially part of the JSF specification, but there is an
"unofficial" agreement between all JSF implementations that
faces-config.xml files should be processed in the alphabetical order of
the jarfile name. So this behaviour is portable.
Note to custom Lifecycle class - it's true that it would be intrusive
solution but still better then using session scope or manual
conversations - this solution is much more instrusive.
I have created issue
http://issues.apache.org/jira/browse/ORCHESTRA-29
for this.
I have also committed a patch that will hopefully solve this, by simply
checking facesContext.getResponseComplete() and skipping the
access-scope checking in that case. To test this patch you will need to
check out the latest orchestra code from
http://svn.apache.org/repos/asf/myfaces/orchestra/trunk/core
and build it with maven2. Or wait for a nightly build from 29 Aug or
later to show up here:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/orchestra/myfaces-orchestra-core/1.3-SNAPSHOT/
Regards,
Simon