[appengine-java] Re: 1.5.1 SDK Prerelease

2011-06-15 Thread Dan Dubois
Great news! Where can I find more information about the Channel API's user presence functionality? Best wishes, Dan -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.googl

[appengine-java] Re: javax.servlet.jsp.JspException: In <parseDate>, a parse locale can not be established

2010-11-23 Thread Dan Dubois
site every few seconds. It's already hit the same page over 200 times in the last hour. Is anyone else experiencing this? I don't particularly want to blacklist Google! Any ideas? Best wishes, Dan On Nov 23, 9:53 am, Dan Dubois wrote: > Dear App Engine Team, > > FYI: Today I sta

[appengine-java] javax.servlet.jsp.JspException: In <parseDate>, a parse locale can not be established

2010-11-23 Thread Dan Dubois
Dear App Engine Team, FYI: Today I started to see the above exception in my log files. Incidentally my application seemed to work fine. The exception went away as soon as there was a quiet period and my instance had time to restart. I have added the full stack trace to the bottom of this post. B

[appengine-java] Re: Fwd: BlobstoreService not compatible with HTML5 multiple file upload?

2010-11-03 Thread Dan Dubois
ideas? Best wishes, Dan On Oct 24, 6:03 am, "Mike!" wrote: > It's my #1 request too, but GAE doesn't support any multiple file > upload...I'm guessing that it's not far off though since the blobstore > interface returns a Map of blobs > > Mike! > >

[appengine-java] Re: 1.3.8 Console Logging Issue

2010-10-26 Thread Dan Dubois
I am getting the same problem but still on GWT 2.0.3. It must be an app engine java dev server problem. On Oct 25, 6:04 am, vvorski wrote: > Same here with python on a Mac. Have heard reports of same with Java > on windows. Seems to be a global1.3.8problem? > > V/. > > On Oct 24, 9:04 pm, jt wro

[appengine-java] Cheapest way to run an SQL EXISTS query with Datastore API?

2010-10-26 Thread Dan Dubois
What is the absolute cheapest way (CPU cost) theoretically to run an SQL EXISTS query with the Datastore API? I imagine FetchOptions would be FetchOptions.Builder.withChunkSize(1).limit(1).prefetchSize(1) and probably option 1 below. Query query = new Query("KIND");

[appengine-java] Fwd: BlobstoreService not compatible with HTML5 multiple file upload?

2010-10-23 Thread Dan Dubois
Has anyone figured out a way around this problem yet? Best wishes, Dan -- Forwarded message -- From: Dan Dubois Date: Aug 12, 10:41 pm Subject: BlobstoreService not compatible with HTML5 multiple file upload? To: Google App Engine for Java I see this issue has already been

[appengine-java] Re: BlobstoreService not compatible with HTML5 multiple file upload?

2010-08-12 Thread Dan Dubois
I see this issue has already been raised: http://code.google.com/p/googleappengine/issues/detail?id=3351 On Aug 10, 1:12 pm, Dan Dubois wrote: > It might be nice for blobstoreService.getUploadedBlobs(req) to return > a com.google.common.collect.Multimap but it is > probably too late

[appengine-java] Re: BlobstoreService not compatible with HTML5 multiple file upload?

2010-08-10 Thread Dan Dubois
It might be nice for blobstoreService.getUploadedBlobs(req) to return a com.google.common.collect.Multimap but it is probably too late to change that method of the API. On Aug 10, 1:06 pm, Dan Dubois wrote: > Dear All, > > I would like to upload multiple files to my Blobstore usin

[appengine-java] BlobstoreService not compatible with HTML5 multiple file upload?

2010-08-10 Thread Dan Dubois
Dear All, I would like to upload multiple files to my Blobstore using HTML5's multiple file upload feature. However, on Safari at least, I imagine each file that is uploaded will be attributed with the same name "myfiles". Therefore Map blobs = blobstoreService.getUploadedBlobs(req); does not

[appengine-java] Re: TransformerFactory.newInstance() not working in App Engine SDK 1.2.8

2009-12-10 Thread Dan Dubois
F/lib ? > > Vaclav > > On Dec 9, 8:23 pm, Dan Dubois wrote: > > > Dear All, > > > I just migrated my code to App Engine SDK 1.2.8 and GWT SDK 2.0.0. > > > I have a method that converts an XML Document object into a string: > > >         public st

[appengine-java] TransformerFactory.newInstance() not working in App Engine SDK 1.2.8

2009-12-09 Thread Dan Dubois
Dear All, I just migrated my code to App Engine SDK 1.2.8 and GWT SDK 2.0.0. I have a method that converts an XML Document object into a string: public static String getStringFromDocument(Document doc) throws TransformerException { DOMSource domSource = new DOMSource(doc)

[appengine-java] Discussion on will-it-play-in-app-engine

2009-11-17 Thread Dan Dubois
I have been trying to use Batik SVG Toolkit (http:// xmlgraphics.apache.org/batik/) to generate images on GAE with no luck. I get a ClassNotFoundError on org/w3c/dom/svg/SVGDocument. I have included ALL the Batik jars in my application but can't seem to locate which jar this class should be in. You

[appengine-java] Re: batik

2009-11-16 Thread Dan Dubois
I would like to know the answer to this too as I can't seem to make it work. Best wishes, Dan On Nov 7, 8:53 pm, black_13 wrote: > Can the batik library for svg be used with the GAE java? > regards, > black_13 -- You received this message because you are subscribed to the Google Groups "Googl

[appengine-java] Re: Accessing App Engine dev server from another intranet computer using Eclipse plugin.

2009-09-22 Thread Dan Dubois
That worked. Thanks. Dan On Sep 22, 8:42 pm, Toby Reyelts wrote: > You should be able to add that to program arguments under the arguments tab > for the launch configuration of your application. > > > > On Tue, Sep 22, 2009 at 3:09 PM, Dan Dubois wrote: > > > Dea

[appengine-java] Accessing App Engine dev server from another intranet computer using Eclipse plugin.

2009-09-22 Thread Dan Dubois
Dear All, I am using the GAE 1.2.5 plugin for Eclipse on OS X. I can only seem to access the dev server on the computer it is running on when I start it from Eclipse. If I start the dev server using dev_appserver.sh --address 0.0.0.0 I am able to access the server from other computers on my intr