Community
Participate
Working Groups
If a remote service throws an exception, the client will timeout instead of receive the exception. To reproduce, modify the org.eclipse.ecf.examples.remoteservices.hello example such that the hello() in IHello throws an exception, then change the host bundle implementation to actually throw the declared exception. Run the host and client. The client will timeout.
Which provider is showing this behavior?
I think you call it the ECF generic server. You can reproduce on the examples in CVS by only changing the code to throw an exception.
(In reply to comment #2) > I think you call it the ECF generic server. You can reproduce on the examples > in CVS by only changing the code to throw an exception. Yes it's the ECF generic provider. I've reproduced and isolated, and am testing a fix now. I expect the fix to be completed very shortly. Short story...the exception handling code on the host distribution impl had a bug in it.
Fix released to HEAD and Release_3_3 stream. Resolving as fixed.
*** Bug 325254 has been marked as a duplicate of this bug. ***