165166167168169170171172173174175
} catch(Exception e) { log.debug("create failed as expected", e); // Remove the bean that was inserted into the table Collection beans = home.findAll(); UnknownPKLocal ejb1 = (UnknownPKLocal) beans.iterator().next(); ejb1.remove(); } }