[appengine-java] Re: java.lang.VerifyError when using Eclipse, locally testing servlets, integrating Wave and Visualization

2010-06-25 Thread Paul Gestwicki
I tracked it down, although I still don't understand it! I had integrated EasyMock (easymock.org) to support some of my unit tests. In order for the unit tests to run, I needed to add asm (asm.ow2.org) and cglib (cglib.sourceforge.net) to my build path. If I remove these from my Eclipse build

[appengine-java] Re: java.lang.VerifyError

2010-04-07 Thread Shyam Visamsetty
Hi Karthik, Thanks a lot. It worked for me. Regards, Shyam. On Apr 5, 2:10 pm, KarthikR soumya.karth...@gmail.com wrote: Hi The issue has the following suggested workaround: --- start Comment 14 by neiltolson, Mar 30 (5 days ago) Just like mgo1977 said above, start

[appengine-java] Re: java.lang.VerifyError

2010-04-05 Thread Shyam Visamsetty
Hi, Thanks for the reply. Definitely sounds like related to the issue posted. Is there a work around for this that you know of? Thanks, Shyam On Apr 4, 1:31 pm, KarthikR soumya.karth...@gmail.com wrote: Hi This may be related

[appengine-java] Re: java.lang.VerifyError

2010-04-05 Thread KarthikR
Hi The issue has the following suggested workaround: --- start Comment 14 by neiltolson, Mar 30 (5 days ago) Just like mgo1977 said above, start the app in a DeferredCommand in the EntryPoint: public void onModuleLoad() { DeferredCommand.addCommand( new

[appengine-java] Re: java.lang.VerifyError

2010-04-04 Thread Shyam Visamsetty
Hi, Please find the file and code causing the error from the following link. http://code.google.com/p/sensortest/downloads/list The file is sensormss.zip. Kindly let me know if you have any suggestions. TIA. -Shyam Visamsetty. On Apr 4, 11:19 am, Shyam Visamsetty shyamsunder...@gmail.com

[appengine-java] Re: java.lang.VerifyError

2010-04-04 Thread KarthikR
Hi This may be related to http://code.google.com/p/google-web-toolkit/issues/detail?id=4254 Regards, Karthik On Apr 4, 8:19 am, Shyam Visamsetty shyamsunder...@gmail.com wrote: Hi, I am getting the following java.lang.VerifyError when loading a GWT Module. I am using GWT 2.0.2 and