In my symfony 2 project I have a bundle at
src/Cinergy/Bundle/PeopleServiceBundle
Now I\'d like to generate a CRUD controller based on a doctri
If you have more than one Bundle and want to use different database connection just update your config.yml and parameters.yml by adding configuration and parameters.
This will solve problem with CRUD generation.