/**
* Verifies registration and invocation of a session bean
*/
public void testStatelessSessionBean() throws Exception {
server.addSessionBean("TestBean", new EJBSessionBean(TestImpl.class, TestRemote.class));
Properties properties = new Properties(System.getProperties());
//properties.setProperty(Context.INITIAL_CONTEXT_FACTORY, InitContextFactory.class.getName());
properties.put(Context.INITIAL_CONTEXT_FACTORY, "org.apache.openejb.client.RemoteInitialContextFactory");
properties.put(Context.PROVIDER_URL, "ejbd://localhost:2888");