Fwd: Show route GMap3

2016-02-01 Thread Franco Chiappano
-- Forwarded message -- From: Franco Chiappano Date: 2015-11-20 17:55 GMT-03:00 Subject: Show route GMap3 To: users@isis.apache.org Hello, I'm here to ask for your help. The question is I want to use the GMap3 addons to show graphically a journey

Re: why a GET method would store value to database?

2016-02-01 Thread Chuangyu
Hi, Dan, I replay the error with simpleapp. There is one new class called IdEntity, and modify SimpleObject to extends IdEntity. public class IdEntity { protected String id; @javax.jdo.annotations.Persistent(primaryKey="true",valueStrategy=javax.jdo.annotations.IdGeneratorStrategy.UUIDHEX)

Re: why a GET method would store value to database?

2016-02-01 Thread Dan Haywood
Ok, James, thanks for taking the time to look into. Will take a look later this week,try to get to the bottom of it . Thx, Dan On 1 Feb 2016 12:45, "Chuangyu" wrote: > Hi, Dan, > > I replay the error with simpleapp. > > There is one new class called IdEntity, and modify