On Thu, Feb 18, 2016 at 4:41 PM, Quinn Stevenson <qu...@pronoia-solutions.com> wrote: > I don’t know if this fits your use case, but you could let Blueprint do the > substitution instead of camel. > > <from uri=“cxf://bean:my.ws?…...loggingFeatureEnabled=${fv.soap.tracing}” /> >
That shouldn't be possible as blueprint ${ } placeholders only work in <bean> and whatnot. What's inside the <camelContext> is controlled by the Camel namespace parser, and it uses Camel's property placeholder which uses {{ }} style by default. > >> On Feb 18, 2016, at 4:30 AM, Ephemeris Lappis <ephemeris.lap...@gmail.com> >> wrote: >> >> Hello. >> >> I've a unit test class based on CamelBlueprintTestSupport that works as >> expected except if I let a "cxf:bean" route with a configuration property. >> >> The properties are loaded from a CFG file on the >> "loadConfigAdminConfigurationFile" call. They are all resolved as expected >> on any of all the routes components, exept with cxf:bean. >> >> The route endpoint is : >> ** >> >> And the following exception is thrown : >> ** >> >> In fact, the CXF route is not actually tested at this time (just the >> transformation, services call and processing routes are), and the class >> fails because of it. >> >> Any idea ? >> >> Thanks for your help. >> >> Regards. >> >> >> >> -- >> View this message in context: >> http://camel.465427.n5.nabble.com/cxf-bean-doesn-t-resolve-properties-with-CamelBlueprintTestSupport-tp5777834.html >> Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2