My Webapp is running on Websphere 8.0.0.2 with Apache CODI 1.0.1 and I have an issue related to the ResourceHandler implementation of primefaces.
Primefaces evaluates a value expression within the resource handler to retrieve dynamic content, why and how is not important. The fact is, that the ResourceHandler is called before everything else within the JSF Lifecycle.
I am using the ViewAccessScope for the bean which should be evaluated with the value expression within the ResourceHandler. I debugged into it and found out that the CODI-Wrapper for the ValueExpression tries to retriev the view root of the FacesContext or more exactly the view id of it. The problem is, that the view root is null at that time, so the evaluation ends with a NullPointerException in a CODI class.
Who is responsible for this issue, on which issue tracker should i post a bug? I would also appreciate suggestions for workarounds :D