Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 344332 - SessionSingletonBase#getLockKey() and #getInstanceKey() return null on first invocation
Summary: SessionSingletonBase#getLockKey() and #getInstanceKey() return null on first ...
Status: RESOLVED FIXED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 1.4 M7   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 344333
  Show dependency tree
 
Reported: 2011-04-29 14:21 EDT by Rüdiger Herrmann CLA
Modified: 2011-04-29 14:31 EDT (History)
0 users

See Also:


Attachments
Fix (4.57 KB, patch)
2011-04-29 14:25 EDT, Rüdiger Herrmann CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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