2 weeks ago i had the same problem.

i solve this by updated the sandbox to PR3 (actually PR2), PR2
bundles's paths are not the same.
i don't know if it is the solution for you but try to rename all class
that have changed in the kernel.
(help to see changes: http://github.com/gordonslondon/symfony/commits/master)

or take a look at this file: Symfony\Bundle\DoctrineBundle
\DoctrineBundle
and try var_dump($this->container-
>getParameter('doctrine.orm.entity_dirs')) in a controller to see wich
files are known by doctrine
maybe your bundles are not well registered in the Kernel and doctrine
can't find them

-- 
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to