I am seeing a curious thing happening when deserializing an XML response into a POJO object, specifically a date field. Here are the details:
org.springframework.oxm.jaxb.Jaxb2MarshallerIs there some default configuration at the client side which is making the deserialization off?
I am not familiar with JAXB, so please feel free and let me know if you need any additional information.
Thanks,