SessionContext sc = (SessionContext) mc.getMock();
mc.replay();
BeanFactoryLocator bfl = new BeanFactoryLocator() {
public BeanFactoryReference useBeanFactory(String factoryKey) throws FatalBeanException {
throw new BootstrapException("", null);
}};
AbstractStatelessSessionBean slsb = new AbstractStatelessSessionBean() {
protected void onEjbCreate() throws CreateException {
}