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

Bug 386475

Summary: Serviceregistry not propagating update calls correctly
Product: [ECD] Orion Reporter: Simon Kaegi <simon_kaegi>
Component: ClientAssignee: Simon Kaegi <simon_kaegi>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.5   
Target Milestone: 0.5 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Simon Kaegi CLA 2012-08-02 06:52:01 EDT
This is a recent regression due to changes I made in the service registry for listeners where I used a Deferred.when to in effect create a Deferred instead of creating the Deferred in code. The problem is that "update" calls need a listener chain and the way I used Deferred.when broke the chain.
Comment 1 Simon Kaegi CLA 2012-08-02 06:54:45 EDT
Fixed in HEAD