Details
-
Type: Sub-task
-
Status: Closed
-
Priority: Blocker
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.3
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
-
JDK version and platform:java version 1.5.0_16 for windows
Description
public class Topic implements Serializable{
private Long id;
private String description;
private Date createdOn;
}
The JSON output is {"topic":{"id":"1324","description":"Testing JSON","createdOn":
{"@class":"sql-timestamp"}}}
the timestamp value is missing for createdOn
I cannot reproduce this for the JettisonMappedXmlDriver with the latest Jettison version. The value is added with the '$' label as reported by Ryan in the linked issue.