Hi everybody,
I try to integrate a push into my GWT app, it works perfect (retrieve data...) but it cause a JS error when I want leave (MVP Navigation) the current display


Unsafe JavaScript attempt to access frame with URL http://domain:8080/domain/domainui.html#LoginPageView: from frame with URL http://domain:8080/domain/domainui.html#LoginPageView:. Domains, protocols and ports must match.
94B34F98F75202EA7ADD2AA38457999C.cache.html:9666Un caught TypeError: Object [object DOMWindow] has no method 'setTimeout'
checkHistoryCycle


I think that LightStreamer does some thing in the frame that break the GWT navigation model, is there anyone have an issue or solution