Hi You can enable stream caching and route to a log after the unmarshal, or use the tracer etc. http://camel.apache.org/stream-caching.html http://camel.apache.org/tracer http://camel.apache.org/log
On Fri, May 8, 2015 at 5:28 PM, jainmcs03 <[email protected]> wrote: > > Team, > > Trying to unmarshal payload to bean object and didnt find any error flow > works good. > How to process that request data for transformation. Below the route and log > details.Just want to see the data after unmarshal. > > 2015-05-08 18:20:10,575 [tp1447874094-18] DEBUG StaxConverter > - Created Woodstox XMLInputFactory: > com.ctc.wstx.stax.WstxInputFactory@37dbbe73 > > <route streamCache="true"> > <from uri="cxf:bean:canonicalService?dataFormat=PAYLOAD"/> > <unmarshal> > <jaxb prettyPrint="true" > contextPath="localhost._8080.canonicalcxfserviceproxy.canonical"/> > </unmarshal> > </route> > > Regards, > Jayendran. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Transformation-PAYLOAD-request-tp5766884.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen hawtio: http://hawt.io/ fabric8: http://fabric8.io/
