sysGroupProd.setSysActivite(activite);
this.persist(sysGroupProd, em);
sysAdherGroupProd.setSysGroupProd(sysGroupProd);
SysAdherent adherent=(SysAdherent)this.find(SysAdherent.class,sysAdherGroupProd.getSysAdherent().getIdAdherent(), em);
sysAdherGroupProd.setSysAdherent(adherent);
sysAdherGroupProd.setId(new SysAdherGroupProdId(adherent.getIdAdherent(),sysGroupProd.getIdGroupProd()));
this.persist(sysAdherGroupProd, em);
tx.commit();
return true;
}
catch(Exception ex){