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

Bug 325254

Summary: SerializableStatus object created with null pluginId in RegistrySharedObject class
Product: [RT] ECF Reporter: Jan Rosczak <jan.rosczak>
Component: ecf.providersAssignee: ecf.core-inbox <ecf.core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: slewis
Version: 3.3.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Jan Rosczak CLA 2010-09-14 10:01:13 EDT
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.
Comment 1 Scott Lewis CLA 2010-09-14 10:10:17 EDT
Thanks for the report.  Marking as duplicate of bug 324333.

*** This bug has been marked as a duplicate of bug 324333 ***