Closed lowki closed 10 years ago
do you have an xml / yml mapping for phpcr-odm and configured phpcr-odm to find mappings with doctrine_phpcr.odm.auto_mapping: true
or explicitly list the bundle? the easiest for your own projects documents is to use annotations mapping. see for example https://github.com/symfony-cmf/cmf-sandbox/blob/master/src/Sandbox/MainBundle/Document/DemoTemplateContent.php
That was what I did, but an error with another orm entity was messing up everything. Thank you David.
I'm trying to extend the default SimpleCmsBundle Page Class, but I have a MappingException error. Here my Product Class extending Page Class.
What am I doing wrong?