When following Symfony2's validation documentation (http://symfony.com/doc/current/book/validation.html) the writer often refers to
src/Acme/BlogBundle/Resources/config/validation.yml
I also have this file, at the proper location (accounting for my bundle name and vendor ofcourse) but it is completely ignored.
Do I need to load this from somewhere?