//remoteContextProperties.put(Context.INITIAL_CONTEXT_FACTORY, DEFAULT_CONTEXT_FACTORY);
remoteContextProperties.put(DEFAULT_DEDICATED_CONNECTION_KEY, DEFAULT_DEDICATED_CONNECTION_VALUE);
// User/password are not required inside the server, do not default.
//remoteContextProperties.put(Context.SECURITY_PRINCIPAL, DEFAULT_USER_NAME);
this.securableObjectHolder = new SecurableObjectHolder();
}