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

Bug 520591

Summary: ClientListener does not implement Serializable
Product: [RT] RAP Reporter: Linuxhippy <linuxhippy>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.3   
Target Milestone: 3.4   
Hardware: PC   
OS: Linux   
See Also: https://git.eclipse.org/r/#/c/103743/
Whiteboard:

Description Linuxhippy CLA 2017-08-05 08:17:35 EDT
Currently ClientListener does not implement Serializable, therefore RAP applications using ClientListener can not deployed in a clustered environment.

However, because all members of ClientListener and ClientFunction are serialization-safe, siply marking ClientFunction as Serilizeable fixes the issue.

I plan to submit a patch regarding the issue in the next few days.