google-code-export / gwt-platform

Automatically exported from code.google.com/p/gwt-platform
1 stars 0 forks source link

execute an action from a HttpSessionListener derivated class #451

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.The sessionDestroyed of the HttpSessionListener is called after a session 
close
2.I need to execute an action
3.I don't have an ExecutionContext to be able to execute an action from the 
server side

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
How can I inject or how can I execute an action from a HttpSessionListener 
derivated class.

Original issue reported on code.google.com by e.dao...@gmail.com on 6 Mar 2013 at 11:17