How to map EventService User ID to my database User ID
18 views
Skip to first unread message
anni...@googlemail.com
unread,
Jul 2, 2013, 5:00:43 PM7/2/13
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 gwteven...@googlegroups.com
Im relatively new to GWT but I already enjoy your event service very much. My problem at the moment is that I need to map the event service user ID to my database user ID and I can't find a way to generate this mapping. To get my session user I need a normal GWT async request server-side environment (RemoteServiceServlet):
User user = (User) this.getThreadLocalRequest().getSession().getAttribute(WebSession.USER);
Now the question is, how can I link my event listener user ID to this? I have no idea where I can get that.