Hello All, I have a question that I have been unable to answer looking through google and stackoverflow. I am using Apache CXF 2.7.6, and also Jackson 1.9 configured as the provideer for Jaxb to JSON mapping. It works except dates are serialized as long numbers.
I found instructions online on how to configure this in the cxf-servlet.xml file, by setting the serializationConfig.dateFormat property. However this apparently only applies to older Jackson versions, as it does not work with 1.9. There are plenty of examples of how to do this in plain code, however I need to know how to do it in the configuration file so that CXF will create the provider instance with the correct configuration. Can anyone point me in the right direction? Thanks in advance! Aaron
