The app engine manual extensively discusses the use of the Key class
(import javax.jdo.annotations.Key) for datastore operations, and yet
when I try to persistent data using Key, app engine throws the
exception: Caused by: javax.jdo.JDOUserException: Field
"com.sis.app.server.DataModelMember.key" is declared as a reference
type (interface/Object) but no implementation classes of
"javax.jdo.annotations.Key" have been found. Any idea what is
happening here with this "no source code" exception; otherwise, I have
to create and manage my own keys which is a lot more coding during
queries and updates. Thx!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to