Using Rome in a GWT application

2010-10-18 Thread Eyal
ideas? I'll greatly appreciate it... Thanks, Eyal -- 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 group, send email to google-web-toolkit

Re: Using Rome in a GWT application

2010-10-18 Thread Eyal
Hi Boris, Thank you for your reply. I am running my app on Eclipse (Galileo) on Windows 7. The installed JRE is jdk1.6.0_17. I feel bad about giving you my classpath (below) because it's so long but maybe you see something in it? If so, many many thanks!!! Eyal C:\Users\Eyal\workspace\BooksApp

java.lang.NoClassDefFoundError: com/google/gdata/util/ServiceException

2010-11-01 Thread Eyal
.jar to the build path and I added it but I still get the above error. Any help will be greatly appreciated. Eyal -- 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

Re: java.lang.NoClassDefFoundError: com/google/gdata/util/ServiceException

2010-11-01 Thread Eyal
OK, I narrowed it down a bit. My DataFeedManager has some Analytics code in it. When I removed it, everything was fine. So I guess this is an issue of integrating GWT and Analytics? How do I get my GWT to feel comfortable with Analytics code in the business layer? Thanks, Eyal On Nov 1, 6:31 pm

Re: java.lang.NoClassDefFoundError: com/google/gdata/util/ServiceException

2010-11-01 Thread Eyal
I got it to work by moving the Analytics jars directly under WEB-INF/ lib. They were in a subfolder and apparently GWT can't handle that. On Nov 1, 7:13 pm, Eyal twoworldsf...@gmail.com wrote: OK, I narrowed it down a bit. My DataFeedManager has some Analytics code in it. When I removed