mysticfall / pivot4j

Pivot4J provides a common API for OLAP servers which can be used to build an analytical service frontend with pivot style GUI.
Other
128 stars 99 forks source link

When using MyFaces, UIViewRoot returns null. #122

Closed mysticfall closed 10 years ago

mysticfall commented 10 years ago

After upgrading to JSF 2.2/MyFaces 2.2.2 (#68), FacesContext.getViewRoot() returns null and make the view unusable.

Currently, temporary workaround has been made by introducing UIViewRootFix, but it should be fixed before the release.