System.setProperty("java.naming.factory.initial", "org.apache.openejb.client.RemoteInitialContextFactory");
System.setProperty("java.naming.provider.url", "ejbd://localhost:" + MOCK_PORT);
System.setProperty("managed", "false");
String contribution = ContributionLocationHelper.getContributionLocation(EJBReferenceTestCase.class);
node = NodeFactory.newInstance().createNode("account/account.composite", new Contribution("account", contribution));
node.start();
// To capture the network traffic for the MockServer, uncomment the next line
// new Thread(new SocketTracer(MOCK_PORT, OPENEJB_PORT)).start();