[appengine-java] Re: Python url fetch against java appengine servlet

2011-03-31 Thread Roman Nurik
Just found this thread from a Google search. I was running into the same problem; after switching to Python 2.7 this problem seems to have gone away. -- 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

[appengine-java] using getObjectByIds in SDK 1.3.6

2010-09-04 Thread Roman
Hi, I am trying to use PersistenceManager.getObjectByIds() method in order fetch multiple object at once. 1. Is it supported by appengine? 2. If yes, which keys should I pass to the collection? For the single object I use the following call: pm.getObjectById(A.class, name) 3. Is it possible to

[appengine-java] inconsistent behavior of jdoPostLoad in appengine

2010-08-30 Thread Roman
Hi, I am using SDK 1.3.6. I noticed the following inconsistencies when using JDO. Consider the following example: @PersistenceCapable public class A implements LoadCallback { @Persistent @PrimaryKey public String key; @Persistent public String payload; @NotPersistent public

[appengine-java] Re: wrong redirection to google sites

2009-12-28 Thread Roman
error and also was able to create it once more. After few minutes it started to work again. br, Roman On Dec 24, 12:33 pm, Didier Girard didier.gir...@gmail.com wrote: Hello Don, I have the same problem for my web site:www.onGWT.com. I hope you can find the team that can help us to solve

[appengine-java] Re: hijacked domain

2009-12-28 Thread Roman
error and also was able to create it once more. After few minutes it started to work again. br, Roman On Dec 24, 6:36 pm, atomi at...@verizon.net wrote: Thanks Didier that is a better place for this discussion. Vik I'll do my best to answer your question there. On Thu, Dec 24, 2009 at 12:21 AM

[appengine-java] Cron job fired up twice

2009-11-04 Thread Stefan Roman
Hi All, My crontab is defined in the following way: ?xml version=1.0 encoding=UTF-8? cronentries cron url/cron/sendnotifs/url descriptionSend notification at 9 every Mon, Tue, Wed, Thu, Fri/ description scheduleevery mon,tue,wed,thu,fri 09:00/schedule