Apache Camel starting directory seems to be the project's root path.Example:
<route> <from uri="file:src/data?noop=true"/> <to uri="jms:incomingOrders"/> </route> The file endpoint will load order files from the relative src/data directory. Isn't the working directory supposed to be the one where the class being executed is located? Why is it the project's root path? -- View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-working-directory-tp5719251.html Sent from the Camel - Users mailing list archive at Nabble.com.