3 Replies Latest reply on Feb 18, 2014 4:40 PM by steeveb

    Date marshalling in Path/query param in Errai 2.4.3 JaxRS?

    steeveb

      Hi all,

       

      I'm using Errai 2.4.3, JaxRS module and jackson for marshalling objects between server (that uses Jersey) and client.

      Fetching/sending objects that contain dates work properly between the server and the client.

      But when i use a Date as a query or path param, it seems that i have a URL encoded Json representation (decoded, it's something like {^Value: [date_timestamp]}) that is not understood by the server.

      Has anybody got this problem before?

       

      Thanks,

       

      Steeve