Issue Details (XML | Word | Printable)

Key: DDC-242
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Roman S. Borschel
Reporter: Jakub Husák
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Doctrine 2 - ORM

CLONE - XML Mapping XSD file misses description of <many-to-one> element

Created: 06/Jan/10 12:07 PM   Updated: 06/Jan/10 05:20 PM
Component/s: Mapping Drivers
Affects Version/s: 2.0-ALPHA3
Fix Version/s: 2.0-ALPHA4
Security Level: All


 Description  « Hide
still not fixed - missing many-to-one in sequence of entity element http://trac.doctrine-project.org/browser/trunk/doctrine-mapping.xsd?rev=6969#L60
  1. XML Mapping XSD file misses description of <many-to-one> element


 All   Comments   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Benjamin Eberlei added a comment - 06/Jan/10 01:42 PM
Its in thre for me. It is even committed to the http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd location already.

Jakub Husák added a comment - 06/Jan/10 02:37 PM
The <many-to-one> tag it self is defined, but there is not specified, that <entity> can contain <many-to-one> elements. Or at least i don't see it and my Netbeans xml editor neither. Cache refreshed.

Roman S. Borschel added a comment - 06/Jan/10 05:20 PM
Should be fixed now. Thanks for reporting!