Let FileEndpoint support a path specified as relative to the current working
directory like: "file:."
------------------------------------------------------------------------------------------------------
Key: CAMEL-3063
URL: https://issues.apache.org/activemq/browse/CAMEL-3063
Project: Apache Camel
Issue Type: Improvement
Components: camel-core
Reporter: Daniel Bevenius
Priority: Trivial
While creating an example for the Camel-Smooks integration I wanted to be able
to specify the directory that a FileConsumer will read from as the current
working directory. I was not able to specify this as with out modifying
FileEndpoint as described in the patch attached to this jira.
This is what I'd like to be able to do:
<route>
<from uri="file:.?fileName=input-message.edi&noop=true"/>
<log message="Before unmarshal ${body}"/>
<unmarshal ref="smooks"/>
...
</route>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.