getLog().debug((String)currentBean.getPrimaryKey());
}
getLog().debug("ok");
getLog().debug(++test+"- "+"Calling create<METHOD> on the home...");
bmpBean = bmpHome.createMETHOD("Marc2");
assertTrue("bmpBean != null", bmpBean != null);
getLog().debug("ok");
getLog().debug(++test+"- "+"calling remove() on BMP...");
bmpBean.remove();