> Let me be more specific about what's happening... Not sure why we need to know what your app does; an object has a JDO identity, set when you persist it, and that identity has to be used when finding it. If you put in something else then you get an exception.
When you persist your object what is its "identity" ? i.e JDOHelper.getObjectId(obj); What is "pm.newObjectIdInstance(Transactions.class, key)" ? If they aren't the same then you're putting the wrong "key" in. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. 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-java?hl=.
