I have 5 connections to databases, described in config.yml, and mapping:
orm:
default_entity_manager: site
entity_managers:
site:
connection: siteConfig
mappings:
CSSBundle: ~
forum:
connection: forumConfig
mappings:
IPBBridgeBundle: ~
I'm use CSSBundle as primary bundle with some Entites, and use IPBBridgeBundle for authentication through IPB database ("forum" EM). In IPBBridgeBundle i have Member entity, that i set as user provider in security.yml
providers:
main:
entity: { class: Telnet\IPBBridgeBundle\Entity\Member, property: username }
All of the routes handled by CSSBundle except "/login", "/ligin_check" and "/logout", they're handled by IPBBridgeBundle (LoginController). And when i try to go to / i have
Fatal error: require_once(): Cannot redeclare class telnet\ipbbridgebundle\controller\logincontroller in /var/www/vhosts/css.ilimnet.ru/www/Symfony/vendor/jms/di-extra-bundle/JMS/DiExtraBundle/HttpKernel/ControllerInjectorsWarmer.php on line 52