<!-- 
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Mon May 20 14:24:46 UTC 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://www.doctrine-project.org/jira/si/jira.issueviews:issue-xml/DWEB-99/DWEB-99.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Doctrine Project</title>
    <link>http://www.doctrine-project.org/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>5.2.7</version>
        <build-number>850</build-number>
        <build-date>21-02-2013</build-date>
    </build-info>

<item>
            <title>[DWEB-99] 5.14. Many-To-Many, Bidirectional Missing target-entity</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-99</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;&amp;lt;doctrine-mapping&amp;gt;&lt;br/&gt;
    &amp;lt;entity name=&quot;User&quot;&amp;gt;&lt;br/&gt;
        &amp;lt;many-to-many field=&quot;groups&quot; inversed-by=&quot;users&quot;&amp;gt;&lt;br/&gt;
            &amp;lt;join-table name=&quot;users_groups&quot;&amp;gt;&lt;br/&gt;
                &amp;lt;join-columns&amp;gt;&lt;br/&gt;
                    &amp;lt;join-column=&quot;user_id&quot; referenced-column-name=&quot;id&quot; /&amp;gt;&lt;br/&gt;
                &amp;lt;/join-columns&amp;gt;&lt;br/&gt;
                &amp;lt;inverse-join-columns&amp;gt;&lt;br/&gt;
                    &amp;lt;join-column=&quot;group_id&quot; referenced-column-name=&quot;id&quot; /&amp;gt;&lt;br/&gt;
                &amp;lt;/inverse-join-columns&amp;gt;&lt;br/&gt;
            &amp;lt;/join-table&amp;gt;&lt;br/&gt;
        &amp;lt;/many-to-many&amp;gt;&lt;br/&gt;
    &amp;lt;/entity&amp;gt;&lt;/p&gt;

&lt;p&gt;    &amp;lt;entity name=&quot;Group&quot;&amp;gt;&lt;br/&gt;
        &amp;lt;many-to-many field=&quot;users&quot; mapped-by=&quot;groups&quot; /&amp;gt;&lt;br/&gt;
    &amp;lt;/entity&amp;gt;&lt;br/&gt;
&amp;lt;/doctrine-mapping&amp;gt;&lt;/p&gt;

&lt;p&gt;should be this to work:&lt;/p&gt;

&lt;p&gt;&amp;lt;doctrine-mapping&amp;gt;&lt;br/&gt;
    &amp;lt;entity name=&quot;User&quot;&amp;gt;&lt;br/&gt;
        &amp;lt;many-to-many field=&quot;groups&quot; inversed-by=&quot;users&quot; target-entiy=&quot;Group&quot;&amp;gt;&lt;br/&gt;
            &amp;lt;join-table name=&quot;users_groups&quot;&amp;gt;&lt;br/&gt;
                &amp;lt;join-columns&amp;gt;&lt;br/&gt;
                    &amp;lt;join-column=&quot;user_id&quot; referenced-column-name=&quot;id&quot; /&amp;gt;&lt;br/&gt;
                &amp;lt;/join-columns&amp;gt;&lt;br/&gt;
                &amp;lt;inverse-join-columns&amp;gt;&lt;br/&gt;
                    &amp;lt;join-column=&quot;group_id&quot; referenced-column-name=&quot;id&quot; /&amp;gt;&lt;br/&gt;
                &amp;lt;/inverse-join-columns&amp;gt;&lt;br/&gt;
            &amp;lt;/join-table&amp;gt;&lt;br/&gt;
        &amp;lt;/many-to-many&amp;gt;&lt;br/&gt;
    &amp;lt;/entity&amp;gt;&lt;/p&gt;

&lt;p&gt;    &amp;lt;entity name=&quot;Group&quot;&amp;gt;&lt;br/&gt;
        &amp;lt;many-to-many field=&quot;users&quot; mapped-by=&quot;groups&quot; target-enty=&quot;User&quot; /&amp;gt;&lt;br/&gt;
    &amp;lt;/entity&amp;gt;&lt;br/&gt;
&amp;lt;/doctrine-mapping&amp;gt;&lt;/p&gt;</description>
                <environment>Documentation missing a tag to work</environment>
            <key id="13242">DWEB-99</key>
            <summary>5.14. Many-To-Many, Bidirectional Missing target-entity</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/blocker.png">Blocker</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="gix">Dennis</reporter>
                        <labels>
                    </labels>
                <created>Tue, 6 Dec 2011 19:16:44 +0000</created>
                <updated>Tue, 6 Dec 2011 19:16:44 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>