/**
* Note: this allows the user to change thier e-mail such that it conflicts with
* another user! Need yet-another IOperations method to perform the update!
*/
IOperations operations = vengine.getOperations();
operations.updatePerson(userId, attributes);
break;
}
catch (FinderException ex)
{
throw new ApplicationRuntimeException(ex);