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.