Open
Description
the form type phpcr_document uses the "id" which is the phpcr path. it would be nice if optionally it could also use the uuid instead.
looking at Doctrine\Bundle\PHPCRBundle\Form\Type\DocumentType and its base class and PhpcrOdmQueryBuilderLoader i don't even see who or what determines the id.
Some discussion can be found in #147