StatefulSessionHome sessionHome = (StatefulSessionHome) ctx.lookup("ejbcts/FacadeStatefulSessionBean");
StatefulSession sessionBean = sessionHome.create("testInVMSessionHandlePassivation");
getLog().debug("Creating stateful session handle");
sessionBean.createStatefulSessionHandle("testInVMSessionHandlePassivation2");
sessionBean.useStatefulSessionHandle();
}
/** Create a StatefulSessionBean and then force passivation by creating
another session bean and then activated by invoking a business method.
This relies on a custom container config that specifies