On 4/27/11 5:01 PM, Venzon wrote:
After today's changes in DoctrineBundle I noticed that DBAL connection
services are not present anymore in project container. I am using
multiple DBAL connection config:

doctrine:
     dbal:
         connections:
             default:
                 host: localhost
                 dbname: name
                 user: root
                 password: false
                 port: ~
                 charset: utf8
                 logging:  %kernel.debug%
             second:
                 host: localhost
                 dbname: second
                 user: root
                 password: false
                 port: ~
                 charset: utf8
                 logging:  %kernel.debug%

Can someone confirm that its bug or maybe the way of defining multiple
dbal connections changed.

The "old" syntax should work as before.

Fabien

--
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