[appengine-java] Re: GAE simulation

2011-12-21 Thread Hakim
Hi It's a new functionality that has been added to GAE/J with the 1.6.1 release http://code.google.com/appengine/docs/java/tools/capabilities.html -- 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

[appengine-java] Re: StackOverflowError when using remote API

2011-11-16 Thread Hakim
Hi Peter I'm still facing this issue, and as you see; no help untill now to fix it :( I've just reported this issue in GAE bug tracker: http://code.google.com/p/googleappengine/issues/detail?id=6349 PS: Please star this issue :-) -- You received this message because you are subscribed to the

[appengine-java] StackOverflowError when using remote API

2011-11-02 Thread Hakim
Hi all I'm trying to query the datastore of my application from another GAE/J app but I got this error using development server and also in production Error for /servlet_url java.lang.StackOverflowError at java.lang.ThreadLocal$ThreadLocalMap.getEntry(ThreadLocal.java:381) at

[appengine-java] Re: Crons Optimization

2011-10-15 Thread Hakim
Thanks for your responses, I finally used a queue with a rate of 30/h so my application executes now a cron job every 2 minutes, and it works pretty well. I've just began using GAE/J and I'm facing some issues, I'll be very grateful if someone could help me to fix the issue I've expressed

[appengine-java] Is it possible to make a BATCH GET with JDO?

2011-10-14 Thread Hakim
Hi, Did anyone know if batch gets work with JDO, I'm trying desperately to do that using the code presented here http://gae-java-persistence.blogspot.com/2009/10/executing-batch-gets.html @PersistenceCapable(identityType = IdentityType.APPLICATION) public class Book { @PrimaryKey

[appengine-java] Crons Optimization

2011-10-12 Thread Hakim
Hi everybody, I've an application that runs 14 crons that have the same schedule configuration: every 30 mins synchronized I'm looking for a technique to desynchronise the execution of these crons, I don't want them to execute at the same time in order to reduce the number of instances used

[appengine-java] Re: JDO/JPA Snippets That Work - Executing Batch Gets

2011-10-12 Thread Hakim
Hi guys I'm trying to execute a JDO batch Get using the code presented by Max, but I still seeing several datastore_v3.Get on the appstats of my application. Is this normal? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view