Hi Just a brief comment. I wonder why people would expose a REST service through Camel Route? camel-http (jetty) would do the Job of exposing an HTTP endpoint. You will have to do the serialization and deserialization of JSON yourself, but much simpler way of exposing the endpoint. If you are looking for REST service with an elaborate REST API then go for another technology like Javax-rs(jersey) or Spring REST. Anyway this is my opinion and I might be wrong.
-- View this message in context: http://camel.465427.n5.nabble.com/Issues-with-cxfrs-using-json-tp5749474p5749568.html Sent from the Camel - Users mailing list archive at Nabble.com.