I am new to Spring Roo and this question is regarding the JSON de-serialization of Calender Java Datatype. I am using the reverse engineering feature of Spring ROO where I generate the model entities from my DB schema.
The TIMESTAMP columns in the DB schema are converted to Calender datatypes in the auto generated Roo managed entities. Now while I try to receive the result as JSON, the flexjson de-serializer is breaking while trying to deserialize the Calender datatype.
Can anyone here pleas help me resolve this issue as this is currently a blocker for my development.
Thanks in advance.