Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 325254 - SerializableStatus object created with null pluginId in RegistrySharedObject class
Summary: SerializableStatus object created with null pluginId in RegistrySharedObject ...
Status: RESOLVED DUPLICATE of bug 324333
Alias: None
Product: ECF
Classification: RT
Component: ecf.providers (show other bugs)
Version: 3.3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: ecf.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-14 10:01 EDT by Jan Rosczak CLA
Modified: 2010-09-14 10:10 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***