[appengine-java] Re: Possible bug in pm.makePersistentAll? Random-looking exceptions, can't make heads or tails of it...

2010-03-25 Thread tempy
Anybody? On Mar 23, 7:57 pm, tempy wrote: > MODEL OBJECTS: > > @PersistenceCapable(detachable = "true") > @FetchGroup(name = "children", members = { @Persistent(name = > "_Children") }) > public class Parent { >         @PrimaryKey >     @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY) >

[appengine-java] Re: Possible bug in pm.makePersistentAll? Random-looking exceptions, can't make heads or tails of it...

2010-03-23 Thread tempy
MODEL OBJECTS: @PersistenceCapable(detachable = "true") @FetchGroup(name = "children", members = { @Persistent(name = "_Children") }) public class Parent { @PrimaryKey @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY) private Key _ID; @Persistent private String