I'm running across the same issue myself. I even tried to be slick about it, and delete all the child entities, by calling the Delete() on the child entity's service, BEFORE calling save on the parent entity, only to get a Concurrency exception during the parent's DeepSave() as it tries to...