[appengine-java] Re: Objectify-Appengine 2.1 released, supports Partial Indexes

2011-08-12 Thread Tobias
Hi There, Can you tell me a little about how partial indexes are implemented in objectify? Is it supported in the underlying API or is it solely implemented in objectify? Kind regards Tobias. -- You received this message because you are subscribed to the Google Groups "Google App Engin

[appengine-java] JDO: Reorder owned list relationship

2010-11-10 Thread Tobias
impossible to re- order the list. Why is that, and is there a way to work around it? Thanks, Tobias -- 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...@googlegroups.

[appengine-java] Prevent filesystem writes in development mode?

2010-12-30 Thread Tobias
Hello, I was wondering if it's somehow possible to make the development server forbid file writes as the AppEngine servers do and emulate the AppEngine environment more closely? I'd like to know if one of my libraries uses temp files before deploying it to AppEngine. Thanks, Tobia

[appengine-java] Re: Prevent filesystem writes in development mode?

2011-01-02 Thread Tobias
if something is wrong with my setups? If it's normal, how do you verify that your code is not doing something that will fail on the actual AppEngine servers? Thanks, Tobias -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" grou

[appengine-java] Re: Prevent filesystem writes in development mode?

2011-01-02 Thread Tobias
"tmp"); f.createNewFile(); f.delete(); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); } Should I open a bug report for this? Is it a Guice or an AppEngine-problem? I can provide my test-case project if needed. Regards, Tobias -- You received this mes

Re: [appengine-java] Re: Why should app startup times be a problem.

2010-03-31 Thread Tobias Rothe
looks interesting. I think I will give this a try. Can someone give any advice on doing full-text search over datastore entities? Compass+lucene is by far the heaviest part of my application. On Wed, Mar 31, 2010 at 3:36 PM, John Patterson wrote: > > On 31 Mar 2010, at 17:58, Blake Caldwell wrote