Re: Restriction in RestConfiguration with blueprint

2016-05-13 Thread Arnaud Deprez
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

Re: Restriction in RestConfiguration with blueprint

2016-05-12 Thread Claus Ibsen
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

Restriction in RestConfiguration with blueprint

2016-05-11 Thread Arnaud Deprez
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