I added your dependencies and removed:
org.restlet.jse
org.restlet
2.0.0
Now I get:
Error occurred while running main from: org.apache.camel.spring.Main
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Is there any doc on jars with versions that are needed?
--
View this message in context:
http://camel.465427.n5.nabble.com/Restlet-tp3214269p3214284.html
Sent from the Camel - Users mailing list archive at Nabble.com.
I'm not having much luck with REST and Camel.
When using the following configuration:
http://camel.apache.org/schema/spring";>
http://localhost:9080/users/{username}?restletMethods=post,get";
/>
I get the follo
I added the dependency but still get the error. Here is my config:
http://www.springframework.org/schema/beans";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:cxf="http://camel.apache.org/schema/cxf";
xmlns:jaxrs="http://cxf.apache.org/jaxrs";
xsi:schemaLoca
I'm following this route configuration example to implement a REST service:
http://camel.apache.org/cxfrs.html
I get the following exception when the route is being started. Any ideas?
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'restService
Thank you Claus. Couldn't gzip data format be used for unzipping?
http://camel.apache.org/gzip-data-format.html
--
View this message in context:
http://camel.465427.n5.nabble.com/FTP-to-HDFS-large-gzipped-files-tp3192431p3198933.html
Sent from the Camel - Users mailing list archive at Nabble.c
I'm considering using camel and activemq for moving gzipped (~1gb) files form
ftp server to hdfs. I'm aware of existence of ftp and hdfs components, but
I'm not sure about the support for splitting for gzipped files or streaming
method with FTP entry point. What is the most straightforward/scalab