-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.1.1
-
Fix Version/s: 5.1.2
-
Component/s: None
14:22:38,408 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception
java.lang.NullPointerException
at org.nuxeo.ecm.platform.ui.web.directory.DirectoryEntryOutputRenderer.encodeBegin(DirectoryEntryOutputRenderer.java:82)
at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:785)
In encodeBegin, Boolean displayIdAndLabel is null, but the call to
DirectoryHelper.instance().getOptionValue(entryId, label, display, displayIdAndLabel, " ")
tries to unbox it and crashes on NPE.