Re: RequestFactory: /gwtRequest not found

2011-02-11 Thread Thomas Broyer
On Friday, February 11, 2011 7:26:11 AM UTC+1, Sarjith wrote: On Fri, Feb 11, 2011 at 11:41 AM, Y2i yur...@gmail.com wrote: There should be something like this in app's web.xml servlet servlet-namerequestFactory/servlet-name

Re: RequestFactory: /gwtRequest not found

2011-02-11 Thread Thomas Broyer
On Friday, February 11, 2011 7:53:17 AM UTC+1, Sarjith wrote: The very first thing I dint understand is, how do we map the request url to our method?. com.google.gwt.requestfactory.server.RequestFactoryServlet is the class defined in gwt package, then how we say getPerson() request

Re: RequestFactory: /gwtRequest not found

2011-02-11 Thread $ a r j i t h Pullithodi
On Fri, Feb 11, 2011 at 3:00 PM, Thomas Broyer t.bro...@gmail.com wrote: On Friday, February 11, 2011 7:26:11 AM UTC+1, Sarjith wrote: On Fri, Feb 11, 2011 at 11:41 AM, Y2i yur...@gmail.com wrote: There should be something like this in app's web.xml servlet

Re: RequestFactory: /gwtRequest not found

2011-02-11 Thread Thomas Broyer
A JSR 303 Bean Validator is (tentatively) initialized at boot time (when the requestFactoryServlet is instantiated, i.e. your webapp is deployed), irrespective of whether you'll use javax.validation or not. The INFO message is emitted using a java.util.logging logger, so you can configure (I

Re: RequestFactory: /gwtRequest not found

2011-02-10 Thread $ a r j i t h Pullithodi
Hi, I was trying to follow RequestFactory concept. and I'm still not able to solve this error. (even after adding this servlet mapping). -- Sarjith On Sun, Dec 26, 2010 at 10:03 AM, Matthew Hill matt2...@gmail.com wrote: Fixed by adding a servlet handler for

Re: RequestFactory: /gwtRequest not found

2011-02-10 Thread $ a r j i t h Pullithodi
On Fri, Feb 11, 2011 at 11:41 AM, Y2i yur...@gmail.com wrote: There should be something like this in app's web.xml servlet servlet-namerequestFactory/servlet-name servlet-classcom.google.gwt.requestfactory.server.RequestFactoryServlet/servlet-class /servlet servlet-mapping

Re: RequestFactory: /gwtRequest not found

2011-02-10 Thread $ a r j i t h Pullithodi
Hi, Same thing happened earlier when I tried to run *DynaTableRf* example given in google tutorial. The very first thing I dint understand is, how do we map the request url to our method?. com.google.gwt.requestfactory.server.RequestFactoryServlet is the class defined in gwt package, then how

RequestFactory: /gwtRequest not found

2010-12-25 Thread Matthew Hill
HTTP ERROR: 404 NOT_FOUND RequestURI=/gwtRequest *Powered by Jetty:// http://jetty.mortbay.org/* * * I've been following thishttp://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html, but get the above error when running my app. Presumably I need to set up some kind of

Re: RequestFactory: /gwtRequest not found

2010-12-25 Thread Matthew Hill
Fixed by adding a servlet handler for com.google.gwt.requestfactory.serve.RequestFactoryServlet in web.xml -- 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