Details
Description
When trying to build my entities and schema for an entity that has no id generator I'm getting the error: "orm:convert-mapping => Invalid provided IdGeneratorType: 5"
I've tracked it down to the _getIdGeneratorTypeString() method on the Doctrine\ORM\Tools\EntityGenerator class. This method checks for all types of generators except NONE.
In http://github.com/doctrine/doctrine2/commit/b6f9cd0c074b22e567b43ea7f0bddfe9b106d598 this issue was fixed!
Thanks for the report!