Since CXF uses JAXB to parser the http-conf element, I don't think
current CXF version support the placeholder style configuration.
You can fill a JIRA[1] with this requirements.

[1]https://issues.apache.org/jira/browse/CXF

Willem
Kristof Vanbecelaere wrote:
> Hi,
> 
> I would like to configure an http proxy using a Spring property resolver
> like this
> 
>       <http-conf:client Connection="Keep-Alive"
>          MaxRetransmits="1" AllowChunking="false"
> ProxyServer="${proxy.host}"
>          ProxyServerPort="${proxy.port}" />
> 
> Unfortunately, the namespace expects an int as value for the ProxyServerPort
> attribute and rejects the placeholder. Is there an alternative?
> 
> Thanks.

Reply via email to