Hi,
sorry for late reply but we were out of office. I checked it today and it seems that we have a typo in our cfg script which caused this problem.
Could you please try to edit file **Propel.ormd2.cfg.xml ** located inside the ORMD/Configurations and replace text on line 96 from
<struct name="Associations">
to
<struct name="Association">
After this update export looks like this:
<table name="e2">
<column name="id" type="Integer" required="true" autoIncrement="true" primaryKey="true"/>
<column name="sample_entity_id" type="integer" required="true"/>
<foreign-key foreignTable="SampleEntity" onDelete="cascade" onUpdate="cascade" phpName="test" refPhpName="test2">
<reference foreign="id" local="sample_entity_id"/>
</foreign-key>
</table>