AW: Re : AW: [symfony-users] Re: Not a valid entity or mapped super class

2011-05-11 Thread Juergen Kober
I¹ve stopped using the command line to create entities some time ago. The most effective way for me to work with entities and annotations is to write the entity with it¹s getters and setters by hand and use the command line only to update the database. Far as I can tell, you should have a Prospect

Re : AW: [symfony-users] Re: Not a valid entity or mapped super class

2011-05-11 Thread Louardi Abdeltif
Those files are generated by command line De : Juergen Kober À : symfony-users@googlegroups.com Envoyé le : Mercredi 11 Mai 2011 11h19 Objet : AW: [symfony-users] Re: Not a valid entity or mapped super class I guess, your directory structure is   /ZRCoreBundl

Re: AW: [symfony-users] Re: Not a valid entity or mapped super class

2011-05-11 Thread Christophe COEVOET
Le 11/05/2011 12:19, Juergen Kober a écrit : I guess, your directory structure is /ZRCoreBundle/Entity/Prospect.php and Prospect.php has the code with the annotations you are showing in Prospect.orm.php? I'm not exactly understanding why you have a Prospect.php and a Prospect.orm.php - has