google app engine - GAE/J after upgrade to 1.9.3 can not retrieve child records in one to many relationships -


i trying upgrade app gae 1.8.1 1.9.3, apparently there 1 major issue retrieving child records in 1 many relationship have.

in old version using datanucleus jdo version 1 , worked fine. using version 2.

after upgrade can retrieve parent objects (the child nulls), although when create new data seems working fine.

i checked how new data looks in database viewer, , seems one-to-many column in class of old data labeled "missing".

if create new data data filled index information.

i appreciate

update apparently datanucleus jdo version 2 not backward compatible version 1. if you're going consider upgrade verified data relationships not broken (like mine did)

my current solution stay version 1 , use newest gae sdk (which seems working well)

apparently datanucleus jdo version 2 not backward compatible version 1. if you're going consider upgrade verified data relationships not broken (like mine did)

my current solution stay version 1 , use newest gae sdk (which seems working well)


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -