public void testRollbackOnCloseManagedTx() throws Exception
{
JDBCStatementTestsConnectionSessionHome home =
(JDBCStatementTestsConnectionSessionHome)getInitialContext().lookup("JDBCStatementTestsConnectionSession");
JDBCStatementTestsConnectionSession s = home.create();
s.testRollbackOnCloseManagedTx();
}
}