I have an application using JSF 2.0.11 and RichFaces 4.3.4. I tried to upgrade to JSF 2.1.19 and started getting the following exception. It doesnt seem to make sense, as the app builds fine
java.lang.RuntimeException: javax.servlet.ServletException: java.lang.Error: Unresolved compilation problems:
The method getViewMap() is undefined for the type UIViewRoot
The method getViewMap() is undefined for the type UIViewRoot
The method getViewMap() is undefined for the type UIViewRoot
The method getViewMap() is undefined for the type UIViewRoot
gov.gsa.pbs.rexus.common.webtier.RexusSecFilter.doFilter(RexusSecFilter.java:218)
org.omnifaces.filter.GzipResponseFilter.doFilter(GzipResponseFilter.java:149)
org.omnifaces.filter.HttpFilter.doFilter(HttpFilter.java:75)
root cause
javax.servlet.ServletException: java.lang.Error: Unresolved compilation problems:
The method getViewMap() is undefined for the type UIViewRoot
The method getViewMap() is undefined for the type UIViewRoot
The method getViewMap() is undefined for the type UIViewRoot
The method getViewMap() is undefined for the type UIViewRoot
javax.faces.webapp.FacesServlet.service(FacesServlet.java:606)
gov.gsa.pbs.rexus.common.webtier.RexusSecFilter.doFilter(RexusSecFilter.java:209)
org.omnifaces.filter.GzipResponseFilter.doFilter(GzipResponseFilter.java:149)
org.omnifaces.filter.HttpFilter.doFilter(HttpFilter.java:75)
root cause
javax.faces.el.EvaluationException: java.lang.Error: Unresolved compilation problems:
The method getViewMap() is undefined for the type UIViewRoot
The method getViewMap() is undefined for the type UIViewRoot
The method getViewMap() is undefined for the type UIViewRoot
The method getViewMap() is undefined for the type UIViewRoot
javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:101)
com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:101)
javax.faces.component.UICommand.broadcast(UICommand.java:315)
javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:786)
javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1251)
com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81)
com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
gov.gsa.pbs.rexus.common.webtier.RexusSecFilter.doFilter(RexusSecFilter.java:209)
org.omnifaces.filter.GzipResponseFilter.doFilter(GzipResponseFilter.java:149)
org.omnifaces.filter.HttpFilter.doFilter(HttpFilter.java:75)