Hi Do you mind posting how you configure Jackson currently to fx marshal dates as you do etc.
We may need to add some configuration options to the Jackson JSON data format, so you can configure this as well easily. On Fri, Dec 9, 2011 at 3:29 AM, Charles Hudak <[email protected]> wrote: > Hi, > > I'm new to Camel and am setting up some routes to do some JSON marshalling > and unmarshalling. We use Jackson and have been doing this with spring > integration and spring mvc for building RESTful web applications that > consume and produce JSON. > > We use a custom configuration of the Jackson object mapper that marshals > dates as ISO-8601 strings (among other things) rather than ms. I can't seem > to find anyway to get camel to use my ObjectMapper; there doesn't appear to > be any injection point when the DataFormat is configured. Is this possible? > I'm using xml configuration not java DSL. > > Thanks, > > Charles -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
