I just referenced the bad model in the main app and it is persisting now too. Now, I am going to think how to do it right :) Many thanks for all the help provided.
On Fri, Nov 14, 2014 at 12:50 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 11/14/14, 10:21 AM, "mark goldin" <markzolo...@gmail.com> wrote: > > ><The second most likely reason is that the Singleton class you think is in > ><the module has actually been linked into the main app. > > > >Is that the one that gets a new model every time or old one? > > Those are reasons your other Singletons-in-modules are persisting. > Unfortunately, by doing it right (having a module that unloads) you now > have a problem with Singletons in the module. > > -Alex > >