{
// Determine remote connection properties
if (connectionInfo == null)
{
// Load connection info from properties file if not specified in the Spring config file
connectionInfo = new ClientConnectionInfo();
connectionInfo.loadFromProperties();
}
// Make the remote connector known to the RMI registry
if (connectionInfo.isEnabled())