mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-2429: Association-Override Problem in XSD Mapping? #3048
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (May 5, 2013).
Jira issue originally created by user @beberlei:
From a mailinglist entry:
I use Doctrine 2.3 in Symfony 2.1.8
I'm using association-overrides in the XML format between several entities. Eclipse shows up several errors.
The first error message is shown in every Doctrine file when I declare the file format as such (for example: https://github.com/thewholelifetolearn/Social-Library/blob/master/src/SocialLibrary/ReadBundle/Resources/config/doctrine/GraphicNovel.orm.xml )
Eclipse shows this error :
White spaces are required between publicId and systemId
The error points to the "doctrine-mapping" line
The second error comes up when I change the doctype to (file example: https://gist.github.com/thewholelifetolearn/5462057 ):
But then this error is shown:
cvc-complex-type.2.4.b: The content of element 'association-overrides' is not complete. One of '{"http://doctrine-project.org/schemas/orm/doctrine-mapping":association-override, WC[##other:"http://doctrine-project.org/schemas/orm/doctrine-mapping"]}' is expected.
The error points on "" in Novel.orm.xml (line 8)
Could someone explain me the errors that show up? The first error doesn't seem to disturb Symfony2 but the second messes around the console commands. But it still generates the database.
@doctrinebot commented on GitHub (May 26, 2013):
Issue was closed with resolution "Fixed"