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.
-- 
View this message in context: 
http://www.nabble.com/Configuring-http-proxy-port-for-http-conduit-in-Spring-application-context-tp20399620p20399620.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to