147148149150151152153154155156157
a2.setName("a2"); store2.makePersistent(a2); store2.getTransaction().commit(); store2.getTransaction().begin(); store2.deletePersistent(a2); store2.getTransaction().commit(); mockListener.verify(); }