Hello: I am having a Unit Test for my RouteBuilder which extends from CamelSpringTestSupport. I am declaring some miscellaneous spring beans in an application-context.xml and loading this context in the createApplicationContext() method.
I have also overriden the createRouteBuilder() and added a route builder object which I am then testing. The route above has some substitutable properties and my application-context has a BridgePropertyPlaceholderConfigurer defined. Yet, my properties are not getting resolved and I am getting the error 'Property with key [xyz] not found from text' I am not sure as to where I am going wrong as I have previously used the BridgePropertyPlaceholderConfigurer successfully. Is it because I am in a unit test that this is happening? -- View this message in context: http://camel.465427.n5.nabble.com/BridgePropertyPlaceholderConfigurer-properties-not-getting-resolved-tp5731172.html Sent from the Camel - Users mailing list archive at Nabble.com.