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
property 
name=ReceiveTimeoutvalue${ReceiveTimeout}/value/property
/http-conf:client

which obviously doesn't work.

Please give me some advice how to handle this situation correctly.

Thanks a lot
-- 
Jiri Mikulasek
-
Developer

AURA, s.r.o.
Uvoz 499/56; 602 00 Brno
ISO 9001 certified company
AQAP 2110 (ČOS 051622)
tel./fax: +420 544 508 115
e-mail: [EMAIL PROTECTED]
http://www.aura.cz
-


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 some parameters 
modification from properties.


So I would like to use something like:
http-conf:client AllowChunking=false
			property 
name=ConnectionTimeoutvalue${ConnectionTimeout}/value/property

property 
name=ReceiveTimeoutvalue${ReceiveTimeout}/value/property
/http-conf:client

which obviously doesn't work.

Please give me some advice how to handle this situation correctly.

Thanks a lot