0 Replies Latest reply on May 28, 2010 7:25 AM by raflik

    how to use osgi properties and camel expressions

    raflik

      I need to use osgi properties which I managed to configure properly, I have to refer to these properties using ${} syntax but at the same time I want to set a value on a bean which contains characters ${} literally. I cannot because property resolution kicks in.

       

      Anybody knows how to avoid this?

       

      Maybe there is a possibility of changing the default prefix somehow with PropertyPlaceholderConfigurer? I don't know how to do this with osgi properties so any guidance would be highly appreciated, thanks!