public void testScopedTransaction() throws Exception
{
getLog().debug("+++ testScopedTransaction start");
TestSessionHome home = (TestSessionHome) getInitialContext().lookup("ScopedTxTestSession");
TestSession session = home.create();
session.runTest();
getLog().debug("+++ testScopedTransaction end");
}