DM - http://vike.googlecode.com/svn/trunk/vike/src/br/com/ximp/vike/server...
Judging from above you don't use JPO but low level API. But your entity class (Actor) is dressed with JDO annotations. I don't know what will happen if entity dressed with JPA annotiation and beautified by JDO enhancer will be persisted by low level API skipping JDO layer. If you use JDO annotation use JDO API to manage your entities: http://code.google.com/intl/pl/appengine/docs/java/gettingstarted/usingdatastore.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
