I have a cxf.xml that contains a section like this :

            <sec:trustManagers>
                <sec:keyStore type="${securitystore.type}"
                              password="${securitystore.password}"
                              file="${securitystore.file}" />
            </sec:trustManagers>

how do I substitute all those ${} placeholders ?

I tried to use PropertyPlaceholderConfigurer that of course did not work.

Any ideas ?

-- 
Thanks,
Alex.

Reply via email to