Le 07/04/2011 18:22, seven seven a écrit :
/**
 * @orm:gedmo:Tree(type="nested")
 * @orm:Table(name="GroupPageEngines")
* @orm:Entity(repositoryClass="Gedmo\Tree\Entity\Repository\NestedTreeRepository")
 */
Class GroupPageEngine {

You are using two prefixes for the annotations. This is why it does not work. ORM annotation have to be prefixed by orm: and Gedmo annotations have to be prefixed by gedmo: but not by both :)

--
Christophe | Stof

--
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

Reply via email to