[appengine-java] Re: queue task timeout

2010-02-04 Thread cowper
I believe that this may be due to the fact that the URL you are requesting is on the local SDK server, which is single threaded and as you are already using the only thread for the original request you get the timeout ... On Feb 1, 11:23 pm, AJ Chen ajc...@web2express.org wrote: I'm using queued

[appengine-java] URLFetch - fails but how to access underlying ApplicationException

2010-02-04 Thread cowper
is obviously pretty easy but if anyone has advice / tips for best debugging remotely please let me know. Thanks, cowper -- 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 google-appengine-j

[appengine-java] Re: Class XXX has multiple relationship fields of type YYYY

2010-01-21 Thread cowper
Hi, I have a similar issue with 1.3.0 however it arises when the types are the same and not related to inheritance of any type. The work around suggested doesn't seem to work. Is the workaround valid for 1.3.0? thx, Conor On Dec 4 2009, 9:52 pm, Max Ross (Google) maxr +appeng...@google.com