Re: Body Max Size in a Request using Camel CXFRS Component

2014-04-02 Thread higorcoliveira
Hi Sergey. I put this configuration in system.properties file at Jboss Fuse and works fine. org.apache.cxf.io.CachedOutputStream.Threshold=100 org.apache.cxf.io.CachedOutputStream.MaxSize=10 Thank you for your fast feedback. -- View this message in context: http://camel.465427.n5

Body Max Size in a Request using Camel CXFRS Component

2014-04-01 Thread higorcoliveira
Hi! I'm using Camel and my routes are deployed in JBOSS FUSE 6.0.0. I'm using CXFRS component to receive requests and start my route. When I receive a request containing a XML in body with about 20k lines, my route is started without problem. But when I send a request with, for example, 30k lines,