permissions.addAll(perms.getPermissions());
// update the service cache
CellResourceManagerInternal crmi =
AppContext.getManager(CellResourceManagerInternal.class);
crmi.updateCellResource(cellID, owners, permissions);
// update the cell cache as well
UniverseManager um = AppContext.getManager(UniverseManager.class);
um.revalidateCell(cellRef.get());