When i updated mongo-odm to 1.1.0 i have got warning "Notice Undefined index: strategy" in Doctrine/ODM/MongoDB/Persisters/PersistenceBuilder.php:248 It happens when i try to update mapped object: $this->dm->persist($object); $this->dm->flush($object);