PropertyPlaceHolderConfigurer and cxf.xml

2007-12-04 Thread Bc. Jiří Mikulášek
Hi all, I would like to use PropertyPlaceHolder inc cxf.xml tu enable some parameters modification from properties. So I would like to use something like: http-conf:client AllowChunking=false property name=ConnectionTimeoutvalue${ConnectionTimeout}/value/property

Re: PropertyPlaceHolderConfigurer and cxf.xml

2007-12-04 Thread Willem Jiang
Hi , You can find an example in CXF systest [1] [1]https://svn.apache.org/repos/asf/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/http_jetty/EngineLifecycleTest.java Willem. Bc. Jiří Mikulášek wrote: Hi all, I would like to use PropertyPlaceHolder inc cxf.xml tu enable