This is strange - when I retrieve the object after persisting via "JDOHelper.getObjectId(obj)", I get an object back no problem. Then, before trying to delete the object, I do "pm.newObjectIdInstance (Categories.class, key)" and I get a NullPointerException. I know in this post I've put in "Categories", but I'm doing the same thing using the Categories class as I am the Transactions class - the Categories class is just easier to work with.
On Dec 3, 12:22 am, datanucleus <[email protected]> wrote: > > Anybody have any other ideas? > > I already told you my idea, and don't see that you have checked those > things. Why not just do that ? -- 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.
