137138139140141142143144145146147
assertNotNull(c); try { c.begin(); assertEquals(TestManagedConnection.LOCAL_TRANSACTION, c.getLocalState()); c.rollback(); assertEquals(TestManagedConnection.LOCAL_ROLLEDBACK, c.getLocalState()); } finally { c.close();