Please review the fix for JSFRI issue 129 posted at
https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=129
Modify the FacesELResolver stack registration logic such that
ELResolvers can be added programatically until the first request
is serviced.
M com/sun/faces/application/ApplicationAssociate.java
add accessor methods for set and get FacesCompositeELResolver
so that it can be populated after the first request is serviced.
M com/sun/faces/application/ApplicationImpl.java
Any resolver set via setPropertyResolver takes precendence
over whats set via faces-config.xml
M com/sun/faces/config/ConfigureListener.java
Register an empty FacesCompositeELResolver with Jsp instead
of the entire stack.
M com/sun/faces/lifecycle/LifecycleImpl.java
add a method to populate the FacesELResolver stack during the
very first time a request is processed.