On Sun, Sep 7, 2014 at 1:18 AM, vjs <[email protected]> wrote:
> Hi Carlos, Im getting the same. What did you mean by writing data in > default namespace? How do i do that? I use JDO if that is important to > answer. > Try writing an entity into the datastore without declaring a namespace. If your application's code does use namespaces, try calling NamespaceManager.set(null) <https://code.google.com/p/googleappengine/source/browse/trunk/java/src/main/com/google/appengine/api/NamespaceManager.java>, then writing the entity. ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
