[appengine-java] Re: EntityGroup getting all children of a parent

2009-11-16 Thread datanucleus
  Query query = pm.newQuery(Account.class); org.datanucleus.exceptions.ClassNotResolvedException: Key         at org.datanucleus.util.Imports.resolveClassDeclaration(Imports.java: As the message says ... Key is not resolved to be a class. It certainly isn't a field, but you do have a field

[appengine-java] Re: EntityGroup getting all children of a parent

2009-11-16 Thread Bitscorpion
sorry, was just a typo. of course it is query.setFilter(key == keyParam); but the error is the same On Nov 16, 10:15 pm, datanucleus andy_jeffer...@yahoo.com wrote:   Query query = pm.newQuery(Account.class); org.datanucleus.exceptions.ClassNotResolvedException: Key         at