We have a common stack that all of our services use. We typically define http-conduit configuration in a Spring XML configuration file. Occasionally from time to time we have a service that wants to have a longer ReceiveTimeout value.
So I have several questions about this use case: 1) It doesn't appear to be the case but is there a mechanism to allow for property substitution here? 2) I've seen examples of configuring single client conduit's programmatically. Is there a programmatic way to do the equivalent of *.http-conduit? 3) If I have a top level *.http-conduit configuration, can I override individual client conduits via Spring configuration or would I need to specify each client conduit at that point? Thanks Derek -- View this message in context: http://cxf.547215.n5.nabble.com/Setting-Client-conduit-properties-dynamically-or-programmatically-tp5708337.html Sent from the cxf-user mailing list archive at Nabble.com.
