Re: Camel with OSGI in Felix with Spring DSL

2017-03-05 Thread Tim Jones
Kumar, sorry can't help with your immediate issue but something you might want to consider before spending too much time going down the SpringDM route is that the SpringDM project is no longer being actively maintained. As alluded to above there are alternatives such as Blueprint (note also that th

Re: Camel SFTP

2017-03-05 Thread David Hoffer
Thanks for the tip I did not know about this. I would think Camel would want to treat all passwords as raw...can never tolerate those changing. Once we get back on site (Monday I think) we will give this a try...I hope this fixes the connection with Camel. Btw, what if the username or folder had

Re: Camel with OSGI in Felix with Spring DSL

2017-03-05 Thread kumar
Hi Tim, Thanks for your suggestion. After going through some forums , I found that Gemini Blueprint which supports Spring + Camel in OSGi world. Whats your opinion on GEMINI BLUEPRINT ? is it worth to try with gemini ? Thanks, Kumar -- View this message in context: http://camel.465427.n5.n

FW: Using PGPDataFormat instead of Bouncy Castle code

2017-03-05 Thread Goyal, Arpit
Hello, Have doubts about the PGP Encryption by using PGP Data Format. - We have the following code using Bouncy Castle library to sign and encrypt the payload, given the private key and passphrase for Signing and public key for Encryption. - Wanted to know if we replace it w