On Sun, May 6, 2012 at 7:51 PM, henriqueo <[email protected]> wrote: > Hi, > > Im using camel 2.9.2, cxf 2.5.2 and msg length is 9984 bytes.. >
Maybe you can log on the http level what you send to the CXF-RS service? I wonder if you use HTTP GET or HTTP POST. As well if you send the data chunked or not http://en.wikipedia.org/wiki/Chunked_transfer_encoding I wonder if there is some default 8kb limit that you exceed with your 9kb payload. If possible can you try with a smaller payload? > > -- > View this message in context: > http://camel.465427.n5.nabble.com/CXFRS-Camel-tp5688176p5689485.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com 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/
