Re: Problem encrypting the password using Camel Jasypt component

2014-08-21 Thread arvind
the value of password. -- View this message in context: http://camel.465427.n5.nabble.com/Problem-encrypting-the-password-using-Camel-Jasypt-component-tp5753644p5755490.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem encrypting the password using Camel Jasypt component

2014-08-21 Thread Claus Ibsen
t; or any other way to get the decrypted value of > password from bean class into the xml ? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Problem-encrypting-the-password-using-Camel-Jasypt-component-tp5753644p5755485.html > Sent from the

RE: Problem encrypting the password using Camel Jasypt component

2014-08-21 Thread arvind
xml like or any other way to get the decrypted value of password from bean class into the xml ? -- View this message in context: http://camel.465427.n5.nabble.com/Problem-encrypting-the-password-using-Camel-Jasypt-component-tp5753644p5755485.html Sent from the Camel - Users mailing list archive at Nabble.com.

RE: Problem encrypting the password using Camel Jasypt component

2014-08-04 Thread arvind
log.trace("Decrypting property {}", text); // do not log the decrypted text as it could be sensitive information such as a password return getEncryptor().decrypt(text); } } } -- View this message in context: http://camel.465427.n5.nabbl

RE: Problem encrypting the password using Camel Jasypt component

2014-07-24 Thread Willem Jiang
= routeId; > } > > > > ________ > From: Claus Ibsen [claus.ib...@gmail.com] > Sent: Thursday, July 24, 2014 6:44 PM > To: users@camel.apache.org > Subject: Re: Problem encrypting the password using Camel Jasypt component > > Hi

RE: Problem encrypting the password using Camel Jasypt component

2014-07-24 Thread Ravindra.Godbole
the below link > > http://camel.apache.org/jasypt.html > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Problem-encrypting-the-password-using-Camel-Jasypt-component-tp5753644p5754385.html > Sent from the Camel - Users mailing li

Re: Problem encrypting the password using Camel Jasypt component

2014-07-24 Thread Claus Ibsen
t; > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Problem-encrypting-the-password-using-Camel-Jasypt-component-tp5753644p5754385.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Red Ha

RE: Problem encrypting the password using Camel Jasypt component

2014-07-24 Thread arvind
en if it is mentioned in the xml as in the below link http://camel.apache.org/jasypt.html -- View this message in context: http://camel.465427.n5.nabble.com/Problem-encrypting-the-password-using-Camel-Jasypt-component-tp5753644p5754385.html Sent from the Camel - Users mailing list archi

RE: Problem encrypting the password using Camel Jasypt component

2014-07-23 Thread Ravi Godbole
FailedToCreateRouteException class* also pass name of the exception* i.e. EncryptionOperationNotPossibleException - -Ravi -- View this message in context: http://camel.465427.n5.nabble.com/Problem-encrypting-the-password-using-Camel-Jasypt-component-tp5753644p5754316.html Sent from the

RE: Problem encrypting the password using Camel Jasypt component

2014-07-11 Thread Ravindra.Godbole
...@gmail.com] Sent: Friday, July 11, 2014 5:50 PM To: users@camel.apache.org Subject: Re: Problem encrypting the password using Camel Jasypt component Any comments on this ? -- View this message in context: http://camel.465427.n5.nabble.com/Problem-encrypting-the-password-using-Camel-Jasypt

Re: Problem encrypting the password using Camel Jasypt component

2014-07-11 Thread Claus Ibsen
Hi See the bullets on this page what you can do yourself to help yourself http://camel.apache.org/support On Fri, Jul 11, 2014 at 1:20 PM, arvind wrote: > Any comments on this ? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Problem-encrypti

Re: Problem encrypting the password using Camel Jasypt component

2014-07-11 Thread arvind
Any comments on this ? -- View this message in context: http://camel.465427.n5.nabble.com/Problem-encrypting-the-password-using-Camel-Jasypt-component-tp5753644p5753723.html Sent from the Camel - Users mailing list archive at Nabble.com.