Re: WebObjects and prototype.js

2019-02-12 Thread Maik Musall
Hi Aaron, what exactly are the problems you encountered? I also have Scriptaculous and Prototype in one project and didn't see anything break yet after the Wonder update. What should we look out for? Maik > Am 12.02.2019 um 22:26 schrieb Aaron Rosenzweig : > > Hi Everyone, > > We discovered

Re: WebObjects and prototype.js

2019-02-12 Thread Aaron Rosenzweig
Hi Everyone, We discovered after recently updating Wonder… that Prototype 1.7.3 is not compatible with Scriptaculous 1.9 (what is in Wonder). At least, it is not compatible with the autocomplete functionality at a minimum. For the moment we have made a local branch of Wonder and employed Prot

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