Details
Description
Doctrine\ORM\ORMException, like 42:
"however this entity has no ientity itself. You have to call EntityManager#persist() on the related entity " .
should be:
"however this entity has no identity itself. You have to call EntityManager#persist() on the related entity " .
This issue is already solved in latest 2.2-DEV.
Thanks for the report.