> Class com.atp.smartstore.DB.config.User has application-identity and no 
> objectid-class specified yet has 2 primary
> key fields. Unable to use SingleFieldIdentity.

Message seems clear enough to me. You want to have a composite PK yet
you haven't provided an object identity class; so provide one. JDO
only provides built-in object id classes when you have a single field
as PK. The DataNucleus docs define how to define your own.

-- 
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 google-appengine-j...@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.

Reply via email to