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