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

Bug 392974

Summary: Change uicallback contract in protocol
Product: [RT] RAP Reporter: Ralf Sternberg <rsternberg>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M3   
Hardware: PC   
OS: Linux   
Whiteboard: protocol

Description Ralf Sternberg CLA 2012-10-27 07:31:32 EDT
With the fix for bug 382613 we should change the contract of the uicallback as follows:
1. The response of a callback request does not contain any information anymore
2. Clients must always send a new UI request when a callback request returns
Comment 1 Ivan Furnadjiev CLA 2012-11-05 10:00:59 EST
Fixed in master with commit f1486edcb0d5f17be57715793d480ba7d5196994.
Comment 2 Ivan Furnadjiev CLA 2012-11-07 03:49:20 EST
Remove empty JSON message from UICallBackServiceHandler response with commit c1b05397d77facd6ca2eb09b6f9402f76de2488f. UICallBackServiceHandler does not return anything anymore.