Won't Fix
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Luis MajanoLuis MajanoReporter
Tanja ZoggTanja ZoggLabels
Components
Priority
Major
Details
Details
Assignee
Luis Majano
Luis MajanoReporter
Tanja Zogg
Tanja ZoggLabels
Components
Priority
Sentry
Sentry
Sentry
Created October 28, 2015 at 9:36 AM
Updated November 17, 2015 at 7:24 PM
Resolved November 17, 2015 at 7:24 PM
We have abstract entities with the component attribute mappedSuperClass="true".
When using populate() in VirtualEntityService on an ORM entity that extends such an abstract entity and the abstract entity contains foreign keys to other entities we get an error. We have located the problem in \coldbox\system\core\dynamic\BeanPopulator.cfc in the function getRelationshipMetaData(). This method only checks for getMetaData( arguments.target ).properties but doesn't check if there's getMetaData( arguments.target ).extends.properties. Could you please set that right!
Meanwhile is there a way to overwrite core components?
Thanks!