[jboss-user] [JBoss Seam] - Gwt integration in Seam2.0.0.Beta1 doens't work
msteiner
do-not-reply at jboss.com
Fri Jul 27 10:27:39 EDT 2007
I get Illegal State Exception : No application context active.
I have added two lines in GWTRemoteService
| ServletLifecycle.beginRequest(request);
| (...) //do stuff
| ServletLifecycle.beginRequest(request);
|
And now it works.
Maybe I am wrong but I think that without these 2 lines this simply cant work, so how it is possible that no one noticed this before ? Maybe in some special circumstances it works fine ?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068225#4068225
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068225
More information about the jboss-user
mailing list