In the DoctrinePHPCRBundle documentation is stated:
It is recommended to use a separate connection to a separate database if you also use Doctrine ORM or direct DBAL access to data, rather than mixing this data with the tables generated by Jackalope Doctrine Dbal
Why?
Does this mean that if I'm using Doctrine to manage my entities I have to use a separate database to manage PHPCR?