Hide Forgot
Help Desk Ticket Reference: https://na7.salesforce.com/500A000000458B9 project_key: JBEPP After configuring EPP 5 with LDAP, configuring portlets in edit mode fails with a NullPointerException: Caused by: java.lang.NullPointerException at org.exoplatform.services.organization.idm.GroupDAOImpl.findGroups(GroupDAOImpl.java:364) at org.exoplatform.webui.organization.UIGroupMembershipSelector.<init>(UIGroupMembershipSelector.java:68) ... 76 more This is caused by a failing null check in the findGroups method. If parent is null and id is not null a NPE is thrown: if ((parent == null && id == null) || (id != null && id.equals(parent.getId())))
Sync of https://jira.jboss.org/browse/GTNPORTAL-1677
Need to sync fix from GateIn trunk http://fisheye.jboss.org/changelog/gatein/portal/trunk?cs=5207
Link: Added: This issue is related to GTNPORTAL-1677