DAO.log(oSes, oUsr.getDocument(), User.class, "SEND INVITATION", AtrilEvent.Level.INFO, sEmail);
}
if (bCreateEmp) {
Employees oEms = oTxp.employees(oSes);
try {
oEms.seek(oSes, oUsr.getNickName());
} catch (InstantiationException xcpt) {
Log.out.error("AsyncSendInvitation Employees.seek() "+xcpt.getClass().getName()+" "+xcpt.getMessage(), xcpt);
} catch (IllegalAccessException xcpt) {
Log.out.error("AsyncSendInvitation Employees.seek() "+xcpt.getClass().getName()+" "+xcpt.getMessage(), xcpt);
} catch (ElementNotFoundException enfe) {