Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 344332

Summary: SessionSingletonBase#getLockKey() and #getInstanceKey() return null on first invocation
Product: [RT] RAP Reporter: Rüdiger Herrmann <ruediger.herrmann>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 1.4 M7   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 344333    
Attachments:
Description Flags
Fix none

Description Rüdiger Herrmann CLA 2011-04-29 14:21:15 EDT
The methods getLockKey() and getInstanceKey() from SessionSingletonBase both return null when they are invoked for the first time.
Comment 1 Rüdiger Herrmann CLA 2011-04-29 14:25:54 EDT
Created attachment 194390 [details]
Fix

Fixes the problem by returning the newly computed keys.
Comment 2 Rüdiger Herrmann CLA 2011-04-29 14:31:19 EDT
Applied patch to CVS HEAD