Re: Camel and file handling

2013-02-05 Thread KramKroc
I played around with this a bit more and the reason that the file cannot be displayed is because the file of course is being compressed. I updated my last sample route from my previous query to add the Content-Encoding of gzip to the Processor I created: import java.io.File; import java.util.Map;

Camel and file handling

2013-02-01 Thread KramKroc
Hi folks, I'm having a bit of an issue with accessing a file via a CAMEL route. I'm trying to proxy a call to fetch the following file. The file I'm using to illustrate this is a simple jpeg hosted on gravatar: http://0.gravatar.com/avatar/9b62405c463e6be04e6578ae129a6270 When I git this directl

CXF Continuations

2012-11-24 Thread KramKroc
lem on the following ticket: https://issues.apache.org/jira/browse/CXF-2982 but I think it is more showing how he ensured that the CXF (& hopefully CXFRS) component made use of continuations to free up threads when processing routes. /KramKroc -- View this message in context: http://camel.