[DDC-627] Unexpected Duplicate Field Mapping Exception Created: 07/Jun/10 Updated: 02/Jun/11 Resolved: 13/Jun/10 |
|
| Status: | Resolved |
| Project: | Doctrine 2 - ORM |
| Component/s: | Mapping Drivers |
| Affects Version/s: | None |
| Fix Version/s: | 2.0-BETA3 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexandre Brina | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
mysql Ver 14.14 Distrib 5.1.43, for Win32 (ia32) PHP 5.3.1 (cli) (built: Feb 8 2010 22:11:49)
|
||
| Issue Links: |
|
||||||||
| Description |
|
Trying to generate entities with annotation mappings using the CLI orm:convert-mapping command will throw an exception. – Schema to reproduce // configure a simple doctrine.php file to connect and run the following CLI command: Will throw an MappingException::duplicateFieldMapping on ActivityLog::idact, at line 1064 of class Doctrine\ORM\Mapping\ClassMetadataInfo |
| Comments |
| Comment by Benjamin Eberlei [ 13/Jun/10 ] |
|
Fixed and scheduled for BETA 3 |
| Comment by Cosmo [ 02/Jun/11 ] |
|
Hi, I've got this exact issue in 2.1.0BETA1. Any idea how to work around it? |