-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DDC-833 #5
Comments
What? More information? |
http://www.doctrine-project.org/jira/browse/DDC-833 First I thought the private var was not accessible and it would raise an exception. But in the metadatafactory the property is set to accessible. If I create the PersistentCollection with an empty Collection (by removing prop->getValue(), my tests are all ok. I have been debugging for a while now, and because of the recursion I cannot see where it goes wrong. |
Fixed by Benjamin. Thx, |
Internal Collection of a PersistentCollection is an Entity
The text was updated successfully, but these errors were encountered: