alexandresalome / doctrine-extra-bundle

Graph features for Doctrine
MIT License
47 stars 18 forks source link

OutOfBoundsException on doctrine:mapping:graphviz #2

Closed pborreli closed 8 years ago

pborreli commented 10 years ago

[OutOfBoundsException] Unexpected count of ":" in entity name. Expected one ("AcmeDemoBundle:User"), got 1 ("Application\Sonata\PageBundle\Entity\Block").

rjmunro commented 9 years ago

I think this is fixed in my fork (PR #3) - I allow clustering on entities identified by fully qualified names (i.e. with \ instead of :.

OskarStark commented 9 years ago

refs #10

i already have this error

rjmunro commented 8 years ago

This has probably been fixed now that v0.2.1 is out which contains #3.

mvhirsch commented 8 years ago

Yes, it works with v0.2.1, this issue can be closed.