// Deploy MC Beans
ProxyStatefulSessionHomeBusinessBoundTogetherTestCase.bootstrap.deploy(ProxyStatefulSessionTestCase.class);
// Create a SFSB
StatefulContainer container = Utils.createSfsb(MyStatefulBeanWithHomesBoundWithBusiness.class);
// Install
Ejb3RegistrarLocator.locateRegistrar().bind(container.getName(), container);
// Create JNDI Context
ProxyStatefulSessionHomeBusinessBoundTogetherTestCase.context = new InitialContext(); // Props from CP jndi.properties
}