Re: GWT 1.5.2 and HTTP Method PUT error

2008-09-03 Thread Eric B
I deleted this post because this is a firebug problem. If you open firebug in firefox, go to the Net tab, and click on an rpc call, then the response tab will say that the post has to be resubmitted. When it is, the PUT error is returned. My rpc failures are being caused by Hibernate, C3P0, and

Re: GWT 1.5.2 and HTTP Method PUT error

2008-09-03 Thread Sumit Chandel
Hi Eric, Thanks for reporting about this. I'll try to make sure this thread gets tracked for an FAQ entry in the new GWT 1.5 documentation set. Cheers, -Sumit Chandel On Sun, Aug 31, 2008 at 12:16 PM, Eric B <[EMAIL PROTECTED]> wrote: > > When I upgraded my app to use GWT 1.5.2, everything work

GWT 1.5.2 and HTTP Method PUT error

2008-08-31 Thread Eric B
When I upgraded my app to use GWT 1.5.2, everything worked fine in hosted mode. However, when I published and deployed it to my web server, all my RPC calls were failing. I'm still not certain why they were failing, but using Firebug, I saw that the calls were returning 405 errors. Specifically