Hello,

There are different issues with the DoctrineBundle.

1. Bundle inside a vendor namespace set in an external directory

Let's say we have a Company\Bundle\BlogBundle namespace inside an external 
folder (ex : /var/src/company/src). 

My autoload.php has a custom entry :     'Company'  => '/var/src/company/src' 
and the kernel::registerBundleDirs() has 'Company\\Bundle'        => 
'/var/src/company/src/Company/Bundle'. 

This works june fine.

Now when this command is launched ( *php kooqit/console 
doctrine:generate:entities*),  doctrine generates entities in the wrong folder. 
This current patch solve this problem : 
https://github.com/rande/symfony/commit/c365eb6fa42693bf713b012d2e68edef65e978b3

2. DoctrineCommand return a wrong set of classes Metadatas

The DoctrineCommand::getBundleMetadatas() always return all metadatas 
information from *all* bundles, and not ones provided in the argument.

Again the patch : 
https://github.com/rande/symfony/commit/2ed6e7773f3573bcb170930fbfa421828e6aea75


-- 
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 developers" 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-devs?hl=en

Reply via email to