Hi Team,
We are using camel Spring DSL in our project. Below is the camel
configuration to read a file.
<camel:route id="policy_overview">
<camel:from uri="direct:policy/overview" />
<camel:from
uri="file:D:/Sadashivudu/UX-POINTIN/metamodel/?noop=true&idempotent=false&fileName=policy.json"
/>
<camel:to
uri="file:D:/Sadashivudu/UX-POINTIN/metamodel1/?noop=true&idempotent=false&fileName=policyDetails.json"
/>
</camel:route>
It always writing the file into this policyDetails.json.
Please help me on this.
--
View this message in context:
http://camel.465427.n5.nabble.com/Unable-to-read-a-file-using-Camel-Spring-DSL-tp5749041.html
Sent from the Camel Development mailing list archive at Nabble.com.