How to add chmod flag to the file component in consumer mode?
Issue
- How to add chmod flag to the
file
component in camel? The problem we are facing is that the file in the folder with root permissions work correctly withApache Camel Component
. The file is consumed with permissions 777. - However, when the file does not have the 777 permission, it is not read by the
Apache Camel component
. - How to setup permissions for the camel file component in blueprint.xml so that the file is read properly without root permissions ?
- Problem is mainly with
Apache File Component
consumer to read the incoming file.
Environment
- Red Hat JBoss Fuse
- 6.1.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.