{
group = (Group) getService(Group.ROLE, "persist-group");
}
catch (ServiceException e)
{
throw new UserMgrException("Error getting group service from container", e);
}
group.set(Group.Property.NAME, name);
group.set(Group.Property.DESCRIPTION, description);