@Entity(name = "TAXI")
@Cache
@XmlRootElement(name = "taxi")
public class Taxi implements Serializable {
private static final long serialVersionUID = 1L;
@Id
@Index
private Long id;
@Index
private Date updatedOn;
@Index
private GeoPt geoPt;
Hi,
This is very likely an issue about the mapping between Java class and XML schema, based upon the stack trace information provided. Since this group mainly focuses on questions related to Google App Engine, support for coding issues is very limited. I suggest to seek community support such as Stackoverflow [1] or the tech support for the specific tool / software that you are using, in order to get the assistance on the issue.