-
Notifications
You must be signed in to change notification settings - Fork 3
Serializing EmfServer #4
Copy link
Copy link
Open
Description
I've made some progress attaching emfcollab to my EMF-generated editor. The client and server are communicating, and the EmfCollabEditorExtension is wired into the editor. Here's my problem: EmfCollabEditorExtension.loadModel() makes the following call:
EmfServer server = multiServer.getServerForResource(sessionKey, credentials, resourceName);
This requires that the EmfServer instance be serialized, but it is does now implement 'Serializable'. Did you use a 'CoolRMIReplaceEntry' to deal with this somehow?
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels