Re: File component include and sortBy together

2014-02-11 Thread Paul Anderson
That worked! And, thanks for the almost instantaneous response. -- View this message in context: http://camel.465427.n5.nabble.com/File-component-include-and-sortBy-together-tp5747115p5747117.html Sent from the Camel - Users mailing list archive at Nabble.com.

File component include and sortBy together

2014-02-11 Thread Paul Anderson
I'm using Camel 2.10.1 and the Java DSL. I have a route that begins by polling a directory. The from() has an include parameter to only include files with a certain file extension and also a sortBy=file:name to sort the files. When I start the route, it does select only the files matching the i

Path in file component using property value

2013-02-18 Thread Paul Anderson
I have a camel-context.xml file with a route that polls a directory. I have a property file that is being read and I would like to use a property from it to set the directory. First I tried this: where PreOutDir is my property name but I got a message saying Dynamic expressions with ${ } plac