History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: NXP-1622
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Florent Guillaume
Reporter: Florent Guillaume
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Nuxeo Enterprise Platform

DirectoryEntryOutput NPE crash

Created: 11/10/07 15:15   Updated: 10/06/08 02:10
Component/s: None
Affects Version/s: 5.1.1
Fix Version/s: 5.1.2

Time Tracking:
Original Estimate: 1 hour
Original Estimate - 1 hour
Remaining Estimate: 1 hour
Remaining Estimate - 1 hour
Time Spent: Not Specified
Remaining Estimate - 1 hour

Resolution Date: 11/10/07 15:17
Require Callback: No
Participants: Florent Guillaume
Tags:


 Description  « Hide
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.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.