Re: Using file URI's correctly

2014-09-30 Thread Claus Ibsen
Hi See the documentation in the javadoc here http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/CamelContext.html And this FAQ http://camel.apache.org/running-camel-standalone-and-have-it-keep-running.html On Mon, Sep 29, 2014 at 8:39 PM, condreynl wrote: > I have a simp

Using file URI's correctly

2014-09-29 Thread condreynl
I have a simple route for doing file normalization tasks. I have a working version that goes something like: myRoute extends RouteBuilder(){ configure(){ from("direct:normalize").process().to("file:filePath?fileName=theFileName"); }} I have a class that has a CamelContext variable. The implementa