Re: camel-jasypt with Blueprint DSL

2014-06-19 Thread Henrique Viecili
I found a solution: set the id in the property-placeholder, use JasyptPropertiesParser and define a PropertiesComponent location with blueprint: As an enhancement for future versions, I would suggest that instances of PropertiesParser could be retrieved from the registry the sam

camel-jasypt with Blueprint DSL

2014-06-19 Thread Henrique Viecili
I'm trying to use the camel-jasypt:2.10.0 component to decrypt the properties defined my blueprint xml but the documentation at http://camel.apache.org/jasypt.html only has Spring XML example and I could not figure out a way to do it with Blueprint DSL. My goal is to decrypt the properties defined