Hello, I try to use *gaerequest* module (mobilwebapp demo in gwt svn) to control session timeout and authentication. Everything works fine but I'll never get in *GaeAuthenticationFailureEvent* dispatch method. What I do is the same in Expenses or MobilwebApp gaerequest gwt module in samples.
Because I use Gwt 2.4, there is a bug with evenbus ( http://code.google.com/p/google-web-toolkit/issues/detail?id=6653) with EventBus. I use com.google.web.bindery.event.shared.EventBus and I have writtenBaseActivity to correct EventBus error (see bug link). Everything works fine with Activities but never comes into dispatch method in GaeAuthenticationFailureEvent? Why does not dispatch event? ( In GaeAuthRequestTransport makes eventBus.fireEvent(new GaeAuthenticationFailureEvent(loginUrl)); ) Does anyone have problems with gearequest dispatch event in GWT 2.4? Thanks. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/HFkH_m6bVVUJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
