Hi, Here is my problem :*
*- I've generated entities classes and their methods with "doctrine:generate:entity" and "doctrine:generate:entities" in my Symfony 2 application. - I've generated the schema with "doctrine:schema:create". - I've made some modification, adding methods and associations beetween my classes. Until there, all is good... But now I want to add two classes to my bundle. I'll call it "X" and "Y". And I want to create an association in the database beetween two of their attributes. - I've created the first class "X" with the "doctrine:generate:entity" command-line. - I've created the secund class "Y". - And when I try to make "doctrine:generate:entities" to generate set/get methods, it only generated the "Y" methods. I've tried to delete the Y class, but it REGENERATE the class ! and her methods ! .... I've thought about a cache problem in doctrine... But I can't find the source of my problem. -- 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 post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en