Thank you for your comment, though, I couldn't find the context menu you 
mentioned(Convert project to GWT project) on Project Explorer view in 
Eclipse 3.6 with GAE 1.4 plugin. And I believe some of demos are not GWT 
based example, they only use GAE.
Though I have succeeded in compiling "helloorm" example somehow.( compile 
error was there - "couldn't resolve .....  import 
javax.jdo.PersistenceManager;")

But when I launched the "helloorm" example with Ant "runserver" and tried to 
access localhost:8080 on my Chrome web browser and I get the error messages 
below

HTTP ERROR 500

Problem accessing /. Reason:

    INTERNAL_SERVER_ERROR

Caused by:

java.lang.ExceptionInInitializerError
        at 
com.google.appengine.demos.helloorm.GetFlights.queryJPA(GetFlights.java:65)
        at 
com.google.appengine.demos.helloorm.GetFlights.doGet(GetFlights.java:34)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
        at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
        at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
        at 
com.google.appengine.api.blobstore.dev.ServeBlobFilter.doFilter(ServeBlobFilter.java:58)
        at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)

.........

I'm wondering if the demos in GAE 1.4 release are working or not.
Oh, and I found only "guestbook" demo works fine with Ant build.xml file 
configuration which is useless because I've gone through it with the 
tutorial.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to