Is there a way to set up an RmiProxyFactoryBean so that it will
automatically reestablish the connection to the RMI exporter if it is
disrupted? I've tried setting refreshStubOnConnectFailure to true,
but that doesn't seem to be the answer. Or am I stuck with manually
reestablishing the connection when it goes down?