Re: Application works in devlopment mode but not in war file

2010-11-14 Thread Rodrigue
Hi! did you solve your problem. If yes, I would like to know how. I'm facing a similar problem currently. It seems like the rpc calls are not working correctly when deployed in a war file, whereas all work perfect when running in development mode. Thanks for any help On 10 Nov., 17:22, Deepak

Re: Application works in devlopment mode but not in war file

2010-11-14 Thread Deepak Singh
Hi, yes i solved it. Actually i was using InlineLabel(text, Direction) So in development mode it was working fine but while in war file it was throwing error in setting the Direction what i am using. So i changed it to Label('Text') only and did not use Direction and it worked fine. Regards

RE: Application works in devlopment mode but not in war file

2010-11-14 Thread Rodrigue Lagoue Njinthe
Hi thanks for your answer. Regards Rodrigue From: google-web-toolkit@googlegroups.com [mailto:google-web-tool...@googlegroups.com] On Behalf Of Deepak Singh Sent: Sunday, November 14, 2010 4:11 PM To: google-web-toolkit@googlegroups.com Subject: Re: Application works in devlopment

Re: Application works in devlopment mode but not in war file

2010-11-10 Thread Deepak Singh
Hi, There is no stack trace on the server and on firebug as well as developer tools. It simply displays the error in asinle line. When using my GWT application in a local environment, everything works as it should. The problem comes in after I compile and deploy my application. Uncaught

Re: Application works in devlopment mode but not in war file

2010-11-05 Thread branni
Yes, it is at the stack trace. Tip: Tipical difference between hosted mode and a deployed app the async methods problems. You'd like to use the result of the method before that return with the value. Sorry for my bad English... -- You received this message because you are subscribed to the

Application works in devlopment mode but not in war file

2010-11-03 Thread Deepak Singh
Hi, My application works well in development mode but when war file is deployed in tomcat 5.5, it fails at the time of rpc call with following error Uncaught com.google.gwt.event.shared.UmbrellaException: One or more exceptions caught, see full set in UmbrellaException#getCauses Any idea pls. I

Re: Application works in devlopment mode but not in war file

2010-11-03 Thread David Chandler
Hi Deepak, Please post the stack trace from the server. Thanks, /dmc On Wed, Nov 3, 2010 at 4:33 PM, Deepak Singh deepaksingh...@gmail.com wrote: Hi, My application works well in development mode but when war file is deployed in tomcat 5.5, it fails at the time of rpc call with following