[appengine-java] Backend instance and CPU hours

2011-05-17 Thread Laurent Pellegrino
of backends was to remove the CPU and memory restrictions (according to the backend class). Is it not true? Kind Regards, Laurent -- 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

Re : Re: [appengine-java] java.lang.IllegalArgumentException: query not found

2011-04-22 Thread Laurent Pellegrino
Thanks for these clarifications. Now, I have understood why I was getting an exception. -- 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-java@googlegroups.com. To unsubscribe

[appengine-java] java.lang.IllegalArgumentException: query not found

2011-04-21 Thread Laurent Pellegrino
$TraceContextRunnable.run(TraceContext.java:446) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:636) Kind Regards, Laurent -- You received this message because

[appengine-java] Re : Re: java.lang.IllegalArgumentException: query not found

2011-04-21 Thread Laurent Pellegrino
Thanks for your answer. However, I am using the version 1.4.3 of the SDK. -- 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-java@googlegroups.com. To unsubscribe from this group,

[appengine-java] Re : Re: java.lang.IllegalArgumentException: query not found

2011-04-21 Thread Laurent Pellegrino
Thanks for you anwser. However, I am using the version 1.4.3 of the SDK :( -- 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-java@googlegroups.com. To unsubscribe from this group,

[appengine-java] non wanted callback called by mapreduce ?

2010-09-02 Thread Laurent
[sorry about crossposting] Hi I'm just starting with mapreduce. Examples worked fine, so I started doing my stuff. Strange thing happened and I can't figure out what's going on : no problem with this one : public void map(Key key, Entity value, Context context) { if

[appengine-java] Re: java.lang.IllegalArgumentException: can't operate on multiple entity groups in a single transaction

2010-05-20 Thread laurent
(); obj = ObjectifyService.beginTransaction(); obj.put(new Connection(AUCQUIERE, Eric, projet)); obj.getTxn().commit(); sorry On 20 mai, 02:12, Yasuo Higa higaya...@gmail.com wrote: Hi laurent, You can't work with more than one entity group

[appengine-java] java.lang.IllegalArgumentException: can't operate on multiple entity groups in a single transaction

2010-05-19 Thread laurent
i've searched for this error but don't find what it is. my code : ObjectifyService.register(Lock.class); ObjectifyService.register(Connection.class); ObjectifyService.register(Assignment.class); if

[appengine-java] HardDeadlineExceededError

2010-05-10 Thread laurent
I've a HardDeadlineExceededError.I've not all the time this exception. Uncaught exception from servlet com.google.apphosting.runtime.HardDeadlineExceededError: This request (a19d027cb3d5ff54) started at 2010/05/10 09:26:12.460 UTC and was still executing at 2010/05/10 09:26:41.349 UTC. at

[appengine-java] can not get message containing embedded widget to work

2010-02-12 Thread laurent
when defining a simple embedded link in a msg, using uibinder, I can not get the text of the Hyperlink to appear without a br (I would like to get in a single line starts at hyp01 but I keep on getting start at hyp01 - panel definition from xml --- g:HTMLPanel

[appengine-java] Re: Exception while trying to run app

2009-10-25 Thread laurent
I have found that when using eclipse, after upgrading to new version of app engine / gwt it helps to use run -- run configurations. at the very top of the window it lists some of the problem found with the configuration and how to fix it. (it worked for the issue you just encountered) On Oct 24,