getLog().debug(++test+"- Now trying from within the Session bean (to be able to rollback):");
getLog().debug (session.doTest ());
getLog().debug(++test+"- get name after rollback ");
getLog().debug (session.doTestAfterRollback ());
getLog().debug(++test+"- removing all beans");
it = home.findAll ().iterator ();
while (it.hasNext ())
((SimpleBMP)it.next ()).remove ();