google-code-export / objectify-appengine

Automatically exported from code.google.com/p/objectify-appengine
MIT License
1 stars 0 forks source link

Missing method Key.getAppIdNamespace #161

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create an test app that saves an entity or use Motomapia
2.Deploy it on GAE
3.Send a request to the url saving an entity

What is the expected output? What do you see instead?
The object should persist

What version of the product are you using? On what operating system?
Objectify 4.0rc1 with both appengine sdk 1.7.6 and 1.8.0

Please provide any additional information below.

Original issue reported on code.google.com by vishesh....@gmail.com on 8 Jun 2013 at 5:11

GoogleCodeExporter commented 9 years ago
See 
http://stackoverflow.com/questions/16998547/unable-to-deploy-on-gae-with-objecti
fy-4-0rc1-nosuchmethod-on-class-key-getappid for details.

Original comment by philip.j...@gmail.com on 21 Jun 2013 at 5:14

GoogleCodeExporter commented 9 years ago
This appears to have been a result of some build systems (gradle, in 
particular) compiling gwt super-source into the final jar. This is definitely 
broken behavior of the build system.

However, as of Objectify 4.1, all GWT related files have been moved into a 
separate project. Whatever the underlying issue, it should not occur anymore.

Original comment by lhori...@gmail.com on 14 Apr 2014 at 1:04