Hi Did you find a solution to this?
On Sat, Apr 20, 2013 at 10:05 PM, sushil_vsk5 <[email protected]> wrote: > 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. -- Claus Ibsen ----------------- Red Hat, Inc. FuseSource is now part of Red Hat Email: [email protected] Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
