I backup my java application's datastore using python code. and my some jdo class has
@PrimaryKey private Long id; But when I upload my data(Including key) to server, get an error: BadValueError: id should be an integer; received 75001 (a long). Why 75001 should be an integer? Why 75001 now is a long? How can i avoid it? thanks. -- 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.
