What version of CXF?    I THINK this was "fixed" (as best as it can be fixed 
due to some limitations in Spring) with the recent releases.

Dan


On Mon April 27 2009 7:49:46 am Jan Västernäs wrote:
> I'm trying to using the
> <bean id="propertyConfigurer"
> class="org.springframework.beans.factory.config.PropertyPlaceholderConfigur
>er"> <property name="locations">
>             <list>
>                 <value>classpath:config.properties</value>
>             </list>
>         </property>
>     </bean>
> .......
>       <sec:trustManagers>
>           <sec:keyStore type="JKS" password="password" file="${filename}"/>
>       </sec:trustManagers>
>
> But it is not working.
>
> Read som other posts having similar problems but not 100% sure if
>
> A) Does this work under any circumstances in cxf.xml ?
> B) Are there other ways to use properties in cxf.xml ?
>
> Thanks in advance
> Jan Vasternas

-- 
Daniel Kulp
[email protected]
http://www.dankulp.com/blog

Reply via email to