I've been away for a week visiting with my wife's family but checked
today to see if there was any new posts on this issue.  None,
unfortunately.  Anybody have any other ideas?

On Nov 21, 10:37 am, zackmac <[email protected]> wrote:
> Ok - before trying to delete the specific Transacation, I'm looping
> through all Transactions to check if the delete request parm is the
> same as Transaction.getKey().toString ["if (trans.getKey().toString
> ().equals(reqParm)"].  This is returning true.  Isn't that evidence
> enough that the key exists?
>
> On Nov 21, 9:38 am, datanucleus <[email protected]> wrote:
>
> > > 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=en.


Reply via email to