Re : Re: [symfony-users] Bundle does not contain any mapped entities.

2011-06-08 Thread Jérémy Simonklein
In fact, it's wrong ^^ doctrine:generate:entities is also used for annotation method. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups symfony users group. To

Re: [symfony-users] Bundle does not contain any mapped entities.

2011-04-20 Thread seven seven
Hi, You should use php app/console doctrine:schema:create assuming that you have already created your database ( you can do this with doctrine:database:create ). generate:entities is used when you have defined your entity in .yml or .xml file(s). I am new to symfony , so someone please correct

[symfony-users] Bundle does not contain any mapped entities.

2011-04-19 Thread absdv
Hi, I want to run this command in PR11 : $ php app/console doctrine:generate:entities SdvSuiviBundle And I get : Bundle SdvSuiviBundle does not contain any mapped entities. In config.yml, I have : # Doctrine Configuration doctrine: dbal: default_connection: default