Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 920547

Summary: PortletSession.getAttributeMap(APPLICATION_SCOPE) is returning null valued map
Product: [JBoss] JBoss Enterprise Portal Platform 6 Reporter: Martin Weiler <mweiler>
Component: PortalAssignee: Default User <jbpapp-maint>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0.0CC: bdawidow, dpospisi, epp-bugs
Target Milestone: ER01   
Target Release: 6.1.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-07 14:24:06 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:

Description Martin Weiler 2013-03-12 10:46:18 UTC
Description of problem:
Calling PortletSession.getAttributeMap(PortletSession.APPLICATION_SCOPE) returns a Map with all application scoped keys, but with NULL values for each key.

How reproducible:
always

Steps to Reproduce:
1. In a portlet, call request.getPortletSession().getAttributeMap(
				PortletSession.APPLICATION_SCOPE)

  
Actual results:
The Map contains the keys of the application scoped session attributes, but each key has a NULL value.

Expected results:
Each key has the assigned value.

Additional info:
https://issues.jboss.org/browse/GTNPC-103

Comment 1 JBoss JIRA Server 2013-04-04 14:56:00 UTC
Julien Viet <pm> made a comment on jira GTNPC-103

Good catch, I'm working on it.

Comment 2 JBoss JIRA Server 2013-04-04 16:08:42 UTC
Julien Viet <pm> updated the status of jira GTNPC-103 to Resolved

Comment 3 Boleslaw Dawidowicz 2013-04-17 07:55:52 UTC
According to JIRA this should be fixed. Will be included in JPP 6.1 ER1

Comment 5 Dominik Pospisil 2013-08-20 12:46:06 UTC
Verified (ER4).