Hello,

I use Spring to export methods via RMI, using the RmiServiceExporter and I use the RmiProxyFactoryBean to integrate remote methods.

Can someone tell me what socket-connect-timeout is used when calling such a remote method? Is it the responsibility of Spring, or is it up to the RMI implementation of Java? (if the latter, even when it is off topic, does someone know how to change that connect timeout?)


Thanks a lot for your help