I am trying to work through simple examples to see all the changes in Doctrine2.
Please take a look at the following entity snippets:
VCat.php
n
It's the property on VCat you need to reference not the entity type.
JOIN c.VScat sub
should be:
JOIN c.vScats sub