<!-- 
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Fri May 24 20:12:14 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/DDC-1178/DDC-1178.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>[DDC-1178] Have access to &quot;original&quot; metadata in events subscribed to loadClassMetadata</title>
                <link>http://www.doctrine-project.org/jira/browse/DDC-1178</link>
                <project id="10032" key="DDC">Doctrine 2 - ORM</project>
                        <description>&lt;p&gt;If you subscribe to loadClassMetadata you will usually modify the metadata for some classes.&lt;br/&gt;
The problem is, that that data has to be loaded from somewhere. But later down the chain you can&apos;t get to it. Now data specific to what you need in your loadClassMetadata  would ideally reside in the same location.&lt;br/&gt;
If we take for example a file, than all data for a specific entity is in the same file.&lt;/p&gt;

&lt;p&gt;My proposal would be to add function get(Original|Raw)MappingData into interface Doctrine\ORM\Mapping\Driver\Driver which would either return raw data or data in a object specific for that Driver or null if it doesn&apos;t make sense for that driver. Please note, that when loading from e.g XmlDriver we should return simplexmlnode or dom node as loadClassMetadata  should be in its own namespace and not pollute the Doctrine one.&lt;/p&gt;
</description>
                <environment></environment>
            <key id="12676">DDC-1178</key>
            <summary>Have access to &quot;original&quot; metadata in events subscribed to loadClassMetadata</summary>
                <type id="2" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/newfeature.png">New Feature</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                    <security id="10000">All</security>
                        <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="mvrhov">Miha Vrhovnik</reporter>
                        <labels>
                    </labels>
                <created>Fri, 27 May 2011 17:56:21 +0000</created>
                <updated>Fri, 27 May 2011 18:31:28 +0000</updated>
                                    <version>2.x</version>
                                <fixVersion>2.x</fixVersion>
                                <component>Mapping Drivers</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="15892" author="gediminasm" created="Fri, 27 May 2011 18:31:28 +0000"  >&lt;p&gt;Sounds logic, each driver would expect NULL or data (wrapped specifically for the driver used)&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>