Hi every one,
I just can't figure out why one of my nine proxies is NULL in my Model.proxyMap.
I was getting nothing when calling :
facade.retrieveProxy(CalendarEventProxy.NAME)
All my other proxies are registered OK but not this one (see the attach image).
And worst of all, my proxy IS instatiated, I know, I'm able to send and receive remote data from it, with no problem...
And I know my proxy is getting the onRegister() call, because it's in there that I instatiate my RemoteObject.
Any idea???
I would let anyone look into my code, but it's a licenced project... sorry.