Re: EOModel of sub-entity not added to EODatabase

2019-02-12 Thread Fabian Peters
Salut Samuel! Good catch, that looks like it might work! Merci bien! Fabian > Am 12.02.2019 um 14:50 schrieb Samuel Pelletier : > > Hi Fabian, > > I'm not familiar with this low level part of EOF but after surfing the doc I > may have something. > > Have you try to register the CooperatingOb

Re: EOModel of sub-entity not added to EODatabase

2019-02-12 Thread Samuel Pelletier
Hi Fabian, I'm not familiar with this low level part of EOF but after surfing the doc I may have something. Have you try to register the CooperatingObjectStoreWasAddedNotification ? If the new object store is passed, you may have an opportunity to force load the model there. Regards, Samuel

EOModel of sub-entity not added to EODatabase

2019-02-12 Thread Fabian Peters
Hello everybody! I've come across an issue with cross-model inheritance (single-table in this case). For a minimal test setup I added an EOModel FrameworkUser to ERMoviesLogic, containing an abstract parent entity AbstractUser and a concrete child entity FrameworkUser. I added a second EOModel