Cannot add wsrp portlets to a page
----------------------------------
Key: GTNPORTAL-1873
URL:
https://issues.jboss.org/browse/GTNPORTAL-1873
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: WSRP integration
Reporter: Matt Wringe
Assignee: Chris Laprun
When trying to add a wsrp portlet to a page, a NullPointerException gets thrown.
Steps to reproduce:
1) start gatein, refresh the self producer, update the app registry, ....
2) create a new page
3) try and add a portlet from the self producer to the page, receive an error message.
17:29:23,056 ERROR [portal:UIPortalApplication] Error during the processAction phase
java.lang.NullPointerException
at
org.exoplatform.portal.webui.portal.UIPortalComponentActionListener$MoveChildActionListener.execute(UIPortalComponentActionListener.java:286)
at org.exoplatform.webui.event.Event.broadcast(Event.java:89)
at org.exoplatform.webui.core.lifecycle.Lifecycle.processAction(Lifecycle.java:56)
at org.exoplatform.webui.core.UIComponent.processAction(UIComponent.java:133)
at
org.exoplatform.portal.webui.workspace.UIPortalApplicationLifecycle.processAction(UIPortalApplicationLifecycle.java:78)
at
org.exoplatform.portal.webui.workspace.UIPortalApplicationLifecycle.processAction(UIPortalApplicationLifecycle.java:37)
at org.exoplatform.webui.core.UIComponent.processAction(UIComponent.java:133)
at org.exoplatform.webui.core.UIApplication.processAction(UIApplication.java:120)
at
org.exoplatform.portal.application.PortalRequestHandler.execute(PortalRequestHandler.java:110)
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira