* @throws Exception
*/
public void testBeforeCompletion() throws Exception
{
ActionExecutorHome executorHome = (ActionExecutorHome) getInitialContext().lookup("ActionExecutorBean");
ActionExecutor executor = executorHome.create();
StatefulSessionHome sessionHome = (StatefulSessionHome) getInitialContext().lookup("StatefulSessionBean");
final StatefulSession session = sessionHome.create();
try
{