Re: GWT 2.0 + JBoss

2010-01-15 Thread jayanth
Thanks Szemere .. you really saved my day. I was scratching my head trying to figure out what could be the cause and it turned out to be an older version of gwt-servlet.jar as you've indicated. On Jan 1, 9:09 am, Szemere szemereszem...@googlemail.com wrote: I've found this can be caused by an

Re: GWT 2.0 + JBoss

2010-01-03 Thread Szemere
I've found this can be caused by an old version of gwt-servlet.jar in the path. Szemere -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this

Re: GWT 2.0 + JBoss

2010-01-03 Thread Sripathi Krishnan
Or if your *.rpc files are out of sync. Make sure you are copying the generated rpc files to the war. --Sri 2010/1/1 Szemere szemereszem...@googlemail.com I've found this can be caused by an old version of gwt-servlet.jar in the path. Szemere -- You received this message because you

GWT 2.0 + JBoss

2009-12-15 Thread Maciej Matecki
Hello, I've got very simple code, just one RPC which return sum of two Integers: public Integer add(Integer a, Integer b); Now if I run app as GWT project in development mode then everything works ok. But if I run it on JBoss AS 5 I've got: