[appengine-java] Re: this group is being copied on a blog

2009-09-09 Thread Junda
This reminds me not to activate the post-by-email feature ;-) On Sep 8, 10:57 am, ae-newbie an...@anjul.com wrote: Kind of cute :)  I doubt if it is intentional. Looks like the person set up a post-by-email feature on a blog and then perhaps accidentally signed up for the app-engine mailing

[google-appengine] Changing IdGeneratorStrategy to INCREMENTAL

2009-08-25 Thread Junda
Hi, When I change an existing property from IdGeneratorStrategy.IDENTITY to IdGeneratorStrategy.INCREMENTAL, there is an exception: no available value generator for incremental @PrimaryKey @Persistent(valueStrategy = IdGeneratorStrategy.INCREMENTAL) private Long id; Is incremental