My guess is that your class is being loaded (required), but is not 
instantiated.
Because not only do you need to create an appropriate service, but also you 
have to add something similar to:

AcmeRoutingBundle:
    resource: .
    type: extra

into /app/config/routing.yml

Which beats the whole purpose if you ask me, but still even in the great 
Symfony2 some things really suck.

PS. check out 
http://php-and-symfony.matthiasnoback.nl/2012/01/symfony2-dynamically-add-routes/
 for 
more info on this

-- 
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 symfony-devs@googlegroups.com
To unsubscribe from this group, send email to
symfony-devs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to