Hi Sergey, I understand that it is not an OAuth issue, but in both cases the version of Java (and hence JAXB) is the same.
Does CXF internally use JAXB or Spring OXM for doing the marshalling of the object into XML? The Date field is part of a JAXB bean and its defined as a java.util.Date object. The service I'm invoking is a JAX-RS service, and surprisingly if I disable the OAuth filter, then it gives me the return value with a + sign for the time-zone, otherwise it doesn't. The version of Java, CXF, Spring and all dependent JARs are therefore the same. -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-Date-marshalling-issue-tp5731091p5731113.html Sent from the cxf-user mailing list archive at Nabble.com.
