Bug 794039 (JBEPP-1108)

Summary: NPE when hitting back button when creating a new node
Product: [JBoss] JBoss Enterprise Portal Platform 5 Reporter: Matt Wringe <mwringe>
Component: unspecifiedAssignee: Matt Wringe <mwringe>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedCC: epp-bugs, mcupak, mwringe
Target Milestone: ---   
Target Release: 5.2.0.ER02   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBEPP-1108
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-22 00:17:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Matt Wringe 2011-08-23 14:08:35 UTC
project_key: JBEPP

Steps to reproduce:
1) log in as root
2) click on 'site' and then 'edit navigation'
3) under navigation management, click add node then click back, an NPE will be thrown

09:53:59,552 ERROR [PortletApplicationController] Error while processing action in the porlet
java.lang.NullPointerException
	at org.exoplatform.navigation.webui.component.UISiteManagement$BackActionListener.execute(UISiteManagement.java:419)
	at org.exoplatform.webui.event.Event.broadcast(Event.java:89)
	at org.exoplatform.webui.core.lifecycle.UIFormLifecycle.processDecode(UIFormLifecycle.java:64)
	at org.exoplatform.webui.core.lifecycle.UIFormLifecycle.processDecode(UIFormLifecycle.java:40)
	at org.exoplatform.webui.core.UIComponent.processDecode(UIComponent.java:122)
	at org.exoplatform.webui.form.UIFormTabPane.processDecode(UIFormTabPane.java:80)
	at org.exoplatform.webui.core.lifecycle.UIApplicationLifecycle.processDecode(UIApplicationLifecycle.java:46)
	at org.exoplatform.webui.core.lifecycle.UIApplicationLifecycle.processDecode(UIApplicationLifecycle.java:31)
	at org.exoplatform.webui.core.UIComponent.processDecode(UIComponent.java:122)
	at org.exoplatform.webui.application.portlet.PortletApplication.processAction(PortletApplication.java:167)
	at org.exoplatform.webui.application.portlet.PortletApplicationController.processAction(PortletApplicationController.java:82)
...

Comment 1 Matt Wringe 2011-08-24 18:59:23 UTC
Related to GateIn commit 6803 (no attached Jira)

Comment 2 Michal Vanco 2011-09-13 10:49:52 UTC
Matt,
there is one more place where same NPE appears - when adding new node in Group management. It seems like fix is only for Site management.
Or do you prefer new jira for this one?
Thanks!

Comment 3 Matt Wringe 2011-09-14 20:38:10 UTC
Link: Added: This issue is a dependency of GTNPORTAL-2101


Comment 4 Matt Wringe 2011-09-15 18:33:23 UTC
NPE when hitting back in Group Management has been fixed, closing issue.

Comment 5 Jared MORGAN 2011-11-22 00:17:41 UTC
Release Notes Docs Status: Added: Not Required