Re: [symfony-users] Doctrine Extensions in Symfony2 Beta1

2011-05-29 Thread seven seven
Hi Stof, Yes that is correct ! I did a better debugging and followed the *Update* from github on symfony2 and some of the problems were gone. But I am still having some troubles with my repositories . It might be that I didn't follow the update instructions very well as I am upgrading from beta1

Re: [symfony-users] Doctrine Extensions in Symfony2 Beta1

2011-05-29 Thread Christophe COEVOET
Le 29/05/2011 13:08, seven seven a écrit : Hi Stof, Yes that is correct ! I did a better debugging and followed the /Update/ from github on symfony2 and some of the problems were gone. But I am still having some troubles with my repositories . It might be that I didn't follow the update

Re: [symfony-users] Doctrine Extensions in Symfony2 Beta1

2011-05-29 Thread seven seven
Thanks allot ! You really saved my time ! I faced this issue in the past, but at that time I failed to upgrade to a higher version of Doctrine ORM; now everything is working . Again thank you for your great help ! On Sun, May 29, 2011 at 2:16 PM, Christophe COEVOET s...@notk.org wrote: Le

Re: [symfony-users] Doctrine Extensions in Symfony2 Beta1

2011-05-28 Thread seven seven
Hi , How to inject the new annotation reader for doctrine extentions ? There is a part of code on github regarding annotations which I don't know where to place. Thank you in advance ! On Wed, May 11, 2011 at 11:11 AM, Gediminas Morkevicius gediminas.morkevic...@gmail.com wrote: stof, maybe

Re: [symfony-users] Doctrine Extensions in Symfony2 Beta1

2011-05-28 Thread Christophe COEVOET
Le 28/05/2011 16:26, seven seven a écrit : Hi , How to inject the new annotation reader for doctrine extentions ? There is a part of code on github regarding annotations which I don't know where to place. Thank you in advance ! If you are talking about Gedmo extensions and my bundle

Re: [symfony-users] Doctrine Extensions in Symfony2 Beta1

2011-05-11 Thread Gediminas Morkevicius
stof, maybe you can make tags for symfony related versions On Tue, May 10, 2011 at 11:40 PM, Juergen Kober j.kober@space5.dewrote: Hello Christophe, thanks again for your help! The commit you mentioned works as expected. Best regards Jürgen Am 09.05.2011 20:36 Uhr schrieb Christophe

[symfony-users] Doctrine Extensions in Symfony2 Beta1

2011-05-09 Thread Jürgen Kober
Hi, i've been using doctrine extensions in a project i've started with Symfony2 PR7. Now I would like to proceed with Symfony2 Beta1 and everything is working fine except for the Doctrine Extensions. I've installed and configured DoctrineExtensionsBundle as before (couldn't find any change in

Re: [symfony-users] Doctrine Extensions in Symfony2 Beta1

2011-05-09 Thread Christophe COEVOET
Le 09/05/2011 20:15, Jürgen Kober a écrit : Hi, i've been using doctrine extensions in a project i've started with Symfony2 PR7. Now I would like to proceed with Symfony2 Beta1 and everything is working fine except for the Doctrine Extensions. I've installed and configured