Hi all, I understand this is a relatively basic question, but I have been searching around and can't find an answer that explains it. According to http://www.datanucleus.org/products/accessplatform/jdo/types.html there shouldn't be any problem with using an int as a PK, but when I use it in my app it throws the following exception:
Error in meta-data for my.syncdroidserver.Box.boxID: Unsupported primary key type: int I'd like to know why I can't use ints and any ideas of what else to use. I'd like to stick with simple types such as ints as the id is going to be used as an index in arrays. Thanks, Hershiv -- 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.
