Ikai, let confirm you hypothesis ;) I faced the same problem with parameter
having "new" prefix - renaming the parameter fixed the problem. My code
before fix:
Query
query=pm.newQuery(GaeQuestionAnswerBean.class);
query.setFilter("growKey == newGrowKey && ownerId == userId");
query.declareParameters("String newGrowKey, String userId");
oldQuestions = (List<GaeQuestionAnswerBean>)query.execute(newGrowKey,
userId);
... and Exception:
org.datanucleus.exceptions.NucleusUserException: CreatorExpression defined
with class of GrowKey yet this class is not found
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/-LufsMlZAu4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.