[google-appengine] Can't Find Error Log

2011-08-12 Thread Eric Atkinson
Tried to deploy; it said see error log but I can't find out where this log is located even after looking through the directories, the manuals, and this forum. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the

[google-appengine] Using A Java Application As Client to App Engine?

2011-07-16 Thread Eric Atkinson
For various reasons, I don't want to use a browser as my client. Why? Because, for example, although the Chrome browser can render my rather complex GWT client just fine, IE can't render it even if you install the Chrome Frame Plug-In, so I simply don't trust browsers as clients (too many

[google-appengine] Re: Java Network Launching Protocol (JNLP) Support on App Engine?

2011-07-14 Thread Eric Atkinson
-- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/gQ56z2mVUvsJ. To post to this group, send email to google-appengine@googlegroups.com. To

[google-appengine] Re: Java Network Launching Protocol (JNLP) Support on App Engine?

2011-07-14 Thread Eric Atkinson
Forget what I said; somehow a space got added to the front of filename while was programming. I don't know how, but this odd error was enitirely of my own making -- sorry. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this

Re: [google-appengine] Re: Java Network Launching Protocol (JNLP) Support on App Engine?

2011-07-14 Thread Eric Atkinson
You're right; it's my fault, I'm sorry. I don't know how a space got in front of my filename, but it sure drove my nuts for a while before I finally noticed it. As for GAE, it's fine, everything I need, well put together, and explained well (and explained quickly instead of in eight volumes).

[google-appengine] com.google.appengine.api.datastore.Key can not be found in source packages?!

2011-07-10 Thread Eric Atkinson
I get the follwing compile error -- com.google.appengine.api.datastore.Key can not be found in source packages. Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly -- with the below code snippet.

[google-appengine] Re: com.google.appengine.api.datastore.Key can not be found in source packages?!

2011-07-10 Thread Eric Atkinson
This answer to this -- in the Eclispe IDE -- is to uncheck build automatically and then hit build all, and then it can see it. Strange, but true. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] Java Network Launching Protocol (JNLP) Support on App Engine?

2011-07-03 Thread Eric Atkinson
Does the Google App Engine, and related Web Server, support Java Network Launching Protocol (JNLP)‎ for launching Java WebStart Applications from my HTML home page? GWT just isn't a sufficiently sophisticated client platform, so I want to use a java application on the front end to interact with

[google-appengine] Exception to use of Key class by JDO (Can't Find Source)

2011-06-29 Thread Eric Atkinson
The app engine manual extensively discusses the use of the Key class (import javax.jdo.annotations.Key) for datastore operations, and yet when I try to persistent data using Key, app engine throws the exception: Caused by: javax.jdo.JDOUserException: Field com.sis.app.server.DataModelMember.key is

[google-appengine] Re: Datasource Admin Question

2011-06-27 Thread Eric Atkinson
at 18:09, Eric Atkinson eric.atkin...@strategicinternationalsystems.com wrote: The docs (athttp://code.google.com/appengine/docs/adminconsole/) say that when I gotohttps://appengine.google.com/I can access the admin console, and in particular, the data tab. However, when I do, I get

[google-appengine] Datasource Admin Question

2011-06-26 Thread Eric Atkinson
The docs (at http://code.google.com/appengine/docs/adminconsole/) say that when I goto https://appengine.google.com/ I can access the admin console, and in particular, the data tab. However, when I do, I get https://appengine.google.com/start which asks me to create an application. However, I've

[appengine-java] Re: Question About Loading HTML into a Frame

2011-01-02 Thread Eric Atkinson
to serve it to your application. Hence the 404. regards didier On Jan 1, 5:33 pm, Eric Atkinson atki4...@gmail.com wrote: The App Engine Manual says that any file I put in the WAR (or subdirectory) is automatically known to the app, so why, when I use the following code... Frame

[appengine-java] Question About Loading HTML into a Frame

2011-01-01 Thread Eric Atkinson
The App Engine Manual says that any file I put in the WAR (or subdirectory) is automatically known to the app, so why, when I use the following code... Frame frame = new Frame(/StrategicInternationalSystems/war/WEB-INF/ pages/Summary.html); dockLayoutPanel.add(frame); ...does it

[appengine-java] App Engine 1.2.5 Doesn't Support String, Exception, SAXParser in Java?

2009-09-22 Thread Eric Atkinson
I justed updated to App Engine 1.2.5 and now all my software is full of compiler errors because it says app engine no longer support classes like String, Exception, SAXParser in Java. Should I revert back to an earlier app engine that did support them or is this really the new app engine