{
final Discipline beforeDiscipline = (Discipline) this.disciplines.retrieveByOid(discipline.getOid());
if (!this.disciplines.update(beforeDiscipline, discipline))
{
throw new ValidationException("La validation de dmLite à échoué. ");
}
}
catch (final ActionException e)
{
throw new SystemeException(e);