Re: Camel feasibility

2015-04-11 Thread samnik60 .
Thanks reji. I like this idea better. Regards, R.monish On Apr 10, 2015 9:58 PM, Reji Mathews contactr...@gmail.com wrote: Or else write a camel processor. Receive the file contents into a Buffered Reader. It has function for line by line read On 10 Apr 2015 16:50, samnik60 .

Re: print the list of map objects in Spring DSL log

2015-04-11 Thread Claus Ibsen
Try using ' ' around the argument to pass in the string value log message=${body.get(0).get(`xx.xxx.xxx.Employee`)}// On Sat, Apr 11, 2015 at 3:50 AM, chaituu yarlagadd...@gmail.com wrote: how to print the list of map objects in Spring DSL log. in java i am able to print the value .

Re: print the list of map objects in Spring DSL log

2015-04-11 Thread chaituu
thanks claus. its working.. -- View this message in context: http://camel.465427.n5.nabble.com/print-the-list-of-map-objects-in-Spring-DSL-log-tp5765615p5765633.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Jsypt password encryption with Bridge property place holder

2015-04-11 Thread Andrew Block
The BridgePropertyPlaceholderConfigurer does not currently work for properties outside the Camel context. I did test and the properties are successfully decrypted if used within the Camel Context. A patch was just applied to close this gap of functionality and will be available in Camel

Re: Reading files

2015-04-11 Thread Claus Ibsen
Hi You can for sure read files from Java code. But there is usually more than that, eg how to ensure you keep monitoring for new files. And what should you do after you are done with the file, should it be deleted / archived / moved or something else? And what about errors, what if the web