Bug 1004150

Summary: NullPointerException when opening panel properties in General Options
Product: [Retired] JBoss BPMS Platform 6 Reporter: Jan Hrcek <jhrcek>
Component: BAMAssignee: Jan <jschatte>
Status: CLOSED CURRENTRELEASE QA Contact: Jan Hrcek <jhrcek>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0.0   
Target Milestone: ER4   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 20:11:31 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:
Embargoed:
Attachments:
Description Flags
Steps to reproduce - video
none
server.log with exception none

Description Jan Hrcek 2013-09-04 05:36:10 UTC
Created attachment 793464 [details]
Steps to reproduce - video

Description of problem:
NullPointerException is thrown when you enter panel properties for any panel in general options page. Attached video of steps to reproduce. Also attached server.log with stack trace.

Version-Release number of selected component (if applicable):
BPMS 6.0.0.ER2 - deployed on EAP 6.1. using default in-memory H2 database as datasource.

How reproducible:
Always

Steps to Reproduce:
1. login with root user
2. in Admin bar choose 'General options'
3. expand nodes Workspaces > Showcase > Pages > Home > Panels > Logout Panel > Panel properties

Actual results:
NullPointerException is thrown in the server console (see stacktrace in attached server.log)

Expected results:
No exception is thrown

Additional info:

The same exception is thrown when entering Panel Properties in general configuration for any other panel on any other page (I tried several, always the same NPE from PanelsManagerImpl.java line 122)

Comment 1 Jan Hrcek 2013-09-04 05:38:36 UTC
Created attachment 793465 [details]
server.log with exception

Comment 3 Jan 2013-09-05 16:23:43 UTC
Fix has been implemented in the following commits:

master: ade3c27f548420aaf364f58613d8944da8f8f287
6.0.x: a71c95db191b220ac47bdca222133fd7bc4f29de

Comment 7 Jan Hrcek 2013-10-16 13:13:00 UTC
Ok, verified with BPMS 6.0.0 ER4