I have created a patch for TUSCANY-3850 and attached it to the JIRA. -- Sebastian
> -----Original Message----- > From: Simon Nash [mailto:n...@apache.org] > Sent: Friday, March 18, 2011 8:51 PM > To: user@tuscany.apache.org > Subject: Re: FW: Tuscany 1.6 RMI bug: ConnectException after component > restart [snip] > I think that's a good suggestion. Perhaps the code in this method > could > catch InvocationTargetException and call rmiHost.findService() if this > exception is thrown with java.net.ConnectionException as the cause, and > then retry the remoteMethod.invoke() call. > > Simon