Due to cross-dependencies in our domain model, we've grown accustomed to having all of our application's models in a single bundle. If we continue to do this, there's no logical reason to continue creating feature-specific bundles that hold their own services and controllers.
I propose the following directory structure, for an "Account" feature that will be integrated into MainBundle:
src/Application/MainBundle/
|- Account/
| |- Exception/