Re: Problem with Google App Engine

2010-11-17 Thread Seb H
Hi didier and shawn, no, the javax.swing.event.EventlistenerList class is called on the server, tomcat in my case. I no longer get a syntax error during programming, after I disabled GAE. There is, however, a runtime error, the Tomcat error log reads as follows: 17.11.2010 10:32:15 org.apache.ca

Re: Problem with Google App Engine

2010-11-16 Thread Seb H
Dear Shawn and Didier, so I followed your advice to set up a completely new GWT project in eclipse without App Engine support (unchecked during creation of the project). When I linked the classes i need that are not supported by GAE, I did no longer get an error from Eclipse. So I thought: success

Re: Problem with Google App Engine

2010-11-16 Thread Seb H
Hi Didier, thanks for the good news. I haven't actually seen the Spring Roo framework so far and I don't really need it. Can anyone point out how I can deploy my App so that all used classes, including javax.swing.event.EventlistenerList will be supported? Thanks, Sebastian 2010/11/15 Didier Dur