context.getProperties().putAll(environment);
final String strategy = context.getOptions().get("openejb.client.connection.strategy", "default");
context.getClusterMetaData().setConnectionStrategy(strategy);
Client.fireEvent(new RemoteInitialContextCreated(location));
//TODO:1: Either aggressively initiate authentication or wait for the
// server to send us an authentication challange.
if (userID != null) {
authenticate(userID, psswrd);