Hi

You should use the @user mailinglist for any questions related to
using Apache Camel.
That list have more people watching and can better help you.

Also please read the _how to get help_ part of this page with some pointers
http://camel.apache.org/support

On Tue, Aug 21, 2012 at 11:18 PM, a_nikulin <[email protected]> wrote:
> Hi,
>
> I have such route
> <route>
>         <from uri="quartz://myGroup/myTimerName?cron=0+16+00+?+*+*" />
>         <setHeader headerName="CamelHttpMethod">
>                 <constant>GET</constant>
>         </setHeader>
>         <to uri="http://www.dailyfx.com/files/Calendar-08-19-2012.csv"; />
>         <convertBodyTo type="java.lang.String" />
>         <to uri="stream:out" />
> </route>
> When I'm trying to get this CSV file, I have an InvocationTargetException.
> In my pom.xml I have camel-http dependency. Could somebody helps me to
> resolve this problem?
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/InvocationTargetException-when-download-file-from-http-resource-tp5717804.html
> Sent from the Camel Development mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
FuseSource
Email: [email protected]
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to