getLog().debug(++test+"- "+"Calling enterpriseEntity.remove() (marc6)...");
marc6.remove();
getLog().debug("ok");
getLog().debug(++test+"- "+"Calling EnterpriseEntity.create<METHOD>() for marc7...");
EnterpriseEntity marc7 = enterpriseEntityHome.createMETHOD("marc7");
getLog().debug("ok");
getLog().debug(++test+"- "+"Calling enterpriseEntity.remove() (marc7)...");
marc7.remove();
getLog().debug("ok");