← Back to team overview

mugle-dev team mailing list archive

Has anyone tried these classes?

 

au/edu/unimelb/csse/mugle/server/api/BadgeServiceImpl.java
or
au/edu/unimelb/csse/mugle/server/model/services/UserServiceImpl.java

They both use "Key n" as an argument to Query.declareParameters. In my
experience, using "Key" by itself raises an exception, something like "Type
Key has not been defined."

If you encounter this, the solution is to use the fully qualified name,
com.google.appengine.api.datastore.Key.