Locally the code works fine, but on GAE this code (RF callback): * @Override* * public void onFailure(ServerFailure error) {* * Core.log(error.getMessage());* * Core.log("Error: " + error);* * }*
...delivers this message to the Chrome console: Server Error: No class with kind '*__Stat_Kind_IsRootEntity__*' was registered Error: com.google.web.bindery.requestfactory.shared.ServerFailure@2a Everything I've found about *__Stat_Kind_IsRootEntity__ *is that it's a Python related entity. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/UM7PHytZTfcJ. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.