getLog().debug (session.doTest ());
getLog().debug ("Getting the name after a rollback:");
getLog().debug (session.doTestAfterRollback ());
getLog().debug ("removing all beans:");
it = home.findAll ().iterator ();
while (it.hasNext ())
((SimpleBMP)it.next ()).remove ();
SimpleBMP b2 = home.create(200, "Dave");
assertFalse("ejbStore() should not be invoked during ejbPostCreate()", b2.isEjbStoreInvoked());