But it does not work with exception message:
Entit
In my case I was having this issue because I was using EntityType instead of ChoiceType, to build the selectList.
EntityType
ChoiceType
EntityType display only data from database, instead ChoiceType can display "not managed" objects.
I hope this will help.