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