
|
If you were logged in you would be able to see more operations.
|
Google issue summary
|
|
|
|
|
| Component/s: |
None
|
| Affects Version/s: |
5.1.1
|
| Fix Version/s: |
5.1.2
|
|
|
Time Tracking:
|
|
Original Estimate:
|
1 hour
|
|
|
Remaining Estimate:
|
1 hour
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
| Resolution Date: |
11/10/07 15:17
|
| Require Callback: |
No
|
| Participants: |
Florent Guillaume
|
| Tags: |
|
|
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.
|
|
Description
|
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.
|
Show » |
| There are no comments yet on this issue.
|
|