Re: CXF http-conduit AllowChunking does not work

2010-11-10 Thread unmarshall
.nabble.com/CXF-http-conduit-AllowChunking-does-not-work-tp3247495p3258480.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: CXF http-conduit AllowChunking does not work

2010-11-10 Thread Willem Jiang
The patch is here[1] You can verify the patch by using the latest Camel 2.6-SNAPSHOT, if you are still using Camel 2.5.0, you can write a customer CXFHeaderFilterStrategy based on my patch, and configure it into you CXFEndpoint. [1]http://svn.apache.org/viewvc?rev=1032983view=rev On

Re: CXF http-conduit AllowChunking does not work

2010-11-10 Thread unmarshall
://jnn.javaeye.com (Chinese) Twitter: willemjiang -- View this message in context: http://camel.465427.n5.nabble.com/CXF-http-conduit-AllowChunking-does-not-work-tp3247495p3258717.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: CXF http-conduit AllowChunking does not work

2010-11-09 Thread unmarshall
://willemjiang.blogspot.com (English) http://jnn.javaeye.com (Chinese) Twitter: willemjiang -- View this message in context: http://camel.465427.n5.nabble.com/CXF-http-conduit-AllowChunking-does-not-work-tp3247495p3256505.html Sent from the Camel - Users mailing list archive

Re: CXF http-conduit AllowChunking does not work

2010-11-09 Thread unmarshall
:http://willemjiang.blogspot.com (English) http://jnn.javaeye.com (Chinese) Twitter: willemjiang -- View this message in context: http://camel.465427.n5.nabble.com/CXF-http-conduit-AllowChunking-does-not-work-tp3247495p3256518.html Sent from the Camel - Users mailing list

Re: CXF http-conduit AllowChunking does not work

2010-11-09 Thread Willem Jiang
On 11/9/10 5:31 PM, unmarshall wrote: Hi Willem, Apologies for a late response. It was festive season here and therefore a delay. The problem is solved when i set the chunking threshold as: http-conf:conduit name=*.http-conduit http-conf:client ChunkingThreshold=50 /

Re: CXF http-conduit AllowChunking does not work

2010-11-09 Thread Willem Jiang
On 11/9/10 5:42 PM, unmarshall wrote: Hi Willem, Did not know about the CxfHeaderFilterStrategy. How do you use it? You can set your customer HeaderFilterStrategy directly from the URI like this .to(cxf:bean:orderProcessingEndpoint?headerFilterStrategy=#YourHeaderFilterStrategy); You

Re: CXF http-conduit AllowChunking does not work

2010-11-08 Thread Willem Jiang
Hi Madhav, Can I have a look at your route? I think the Transfer-Encoding = chunked value can be filtered by a customer CxfHeaderFilterStrategy. How about just add this configuration ? http-conf:conduit name=*.http-conduit http-conf:client AllowChunking=true/ /http-conf:conduit Now I

Re: CXF http-conduit AllowChunking does not work

2010-11-03 Thread unmarshall
Hi All, I have raised a JIRA (https://issues.apache.org/activemq/browse/CAMEL-3306) for this problem. Regards, Madhav -- View this message in context: http://camel.465427.n5.nabble.com/CXF-http-conduit-AllowChunking-does-not-work-tp3247495p3248730.html Sent from the Camel - Users mailing list

Re: CXF http-conduit AllowChunking does not work

2010-11-03 Thread Willem Jiang
I think it's an issue of CXF and will try to fix it from CXF. On 11/4/10 12:34 AM, unmarshall wrote: Hi All, I have raised a JIRA (https://issues.apache.org/activemq/browse/CAMEL-3306) for this problem. Regards, Madhav -- Willem -- FuseSource Web:

CXF http-conduit AllowChunking does not work

2010-11-02 Thread unmarshall
-2452 CAMEL-2452 has not been fixed in 2.5 version. Any help to turn off transfer encoding would be helpful. Best Regards, Madhav -- View this message in context: http://camel.465427.n5.nabble.com/CXF-http-conduit-AllowChunking-does-not-work-tp3247495p3247495.html Sent from the Camel - Users