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 include but they are apparently not being sorted. I tried sortBy=reverse:file:name but there is no effect. What am I doing wrong? Can these parameters be used together? -- View this message in context: http://camel.465427.n5.nabble.com/File-component-include-and-sortBy-together-tp5747115.html Sent from the Camel - Users mailing list archive at Nabble.com.