setPassivationAttributes(client2.getControllerClient());
// Setting context from .properties file to get ejb:/ remote context
setupEJBClientContextSelector();
StatefulRemoteHome home = directory.lookupHome(StatefulBeanDD.class, StatefulRemoteHome.class);
StatefulRemote statefulBean = home.create();
runPassivation(statefulBean, controller, deployer);
startServers(client1, client2);
}