Session Time Out and Authentication problem with gaerequest module
27 views
Skip to first unread message
Cem Ikta
unread,
Nov 14, 2011, 9:07:11 AM11/14/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Hello,
I tryto usegaerequestmodule(mobilwebappdemo ingwtsvn)to controlsessiontimeout andauthentication.Everything works finebut I'll never getinGaeAuthenticationFailureEventdispatchmethod.WhatI do isthe same inExpensesorMobilwebAppgaerequestgwtmoduleinsamples.
I usecom.google.web.bindery.event.shared.EventBusand I havewritten BaseActivity to correctEventBuserror (see bug link).Everything works finewithActivitiesbutnever comesintodispatchmethod inGaeAuthenticationFailureEvent?
Why doesnotdispatchevent? ( In GaeAuthRequestTransport makes eventBus.fireEvent(new GaeAuthenticationFailureEvent(loginUrl)); ) Does anyone haveproblemswithgearequestdispatcheventin GWT2.4?