Both java.sql.Date
and java.util.Date
return the following when trying to persist them in the datastore.
javax.jdo.JDOUserException: Attempt to handle persistence for object using datastore-identity yet StoreManager for this datastore doesn't support that identity type
What data types do you use for date/time values?