jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • XStream
  • XSTR-525 JSON mall-format with JsonHierarchica...
  • XSTR-534

when using JettisonMappedXmlDriver sql Timestamp value is not marshaled

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Sub-task Sub-task
  • Status: Closed Closed
  • Priority: Blocker 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

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • History
  • Activity
Hide
Permalink
Joerg Schaible added a comment - 11/Nov/08 2:46 PM

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.

Show
Joerg Schaible added a comment - 11/Nov/08 2:46 PM 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.
Hide
Permalink
Joerg Schaible added a comment - 01/Dec/08 4:07 PM

Closed after receiving no further comment.

Show
Joerg Schaible added a comment - 01/Dec/08 4:07 PM Closed after receiving no further comment.

People

  • Assignee:
    Joerg Schaible
    Reporter:
    Thomas
Vote (0)
Watch (1)

Dates

  • Created:
    11/Nov/08 12:04 AM
    Updated:
    01/Dec/08 4:07 PM
    Resolved:
    11/Nov/08 2:46 PM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.