Community
Participate
Working Groups
If the invocation of a remote service method (using the ecf.generic.server) throws an exception the method "getSerializableException" in the class org.eclipse.ecf.provider.remoteservice.generic.RegistrySharedObject is called to have a serializable exception. The class SerializableStatus is used for that. The only problem is that an instance of this class is created with a "null" pluginid and that results in an IllegalArgument exception. Therefore the original exception thrown in the remote service method is not correctly returned to the client and the client waits for the response which never comes.
Thanks for the report. Marking as duplicate of bug 324333. *** This bug has been marked as a duplicate of bug 324333 ***