Yeah, I agree Claus.
That's why I'm not a big fan of my proposed solution, It would be cleaner
if the CamelContext (or CamelContextFactoryBean) itself resolved
PropertyPlaceHolder on its own without regarding the implementation
(spring, blueprint, cdi, whatever).
Regards,
On Fri, May 13, 2016 at
Hi
Yeah we should avoid setting up those dependencies from the parser if
they values are using property placeholders
https://issues.apache.org/jira/browse/CAMEL-9963
On Wed, May 11, 2016 at 11:48 PM, Arnaud Deprez wrote:
> Hi riders,
>
> In camel 2.16.X, I was able to use configure a RestConfigu
Hi riders,
In camel 2.16.X, I was able to use configure a RestConfiguration in
blueprint with property placeholder as bellow:
http://camel.apache.org/schema/blueprint";>
But since camel 2.16.3 and also in camel 2.17.X and 2.18-SNAPSHOT, it
doesn't work anymore, it is actually unabl