L.S.,
Those http.* system properties are being used for the entire JVM - personally, I would have assumed the http.nonProxyHosts would have fixed the issue for you. Did you try with the exact same address format (IP or name) as the one you're using for your CXF-BC provider endpoint? Another solution could be to upgrade to Apache ServiceMix 4.4.2. Starting with the 4.4.x releases, we have a 'full' assembly type available for users that run Apache ServiceMix behind a firewall. That assembly is a lot larger, but it contains all the bundles required for installing features without requiring an internet connection. You can download that at http://servicemix.apache.org/downloads.html A third alternative would be using a Maven repository manager (like Apache Archiva, Nexus, Artifactory, ...) that you install on your local network. You can have it download and cache artifacts from remote Maven repositories and the reconfigure Apache ServiceMix to connect to the repository manager instead of directly to the internet. Regards, Gert Vanthienen On Thu, Nov 29, 2012 at 12:29 PM, attilav <[email protected]> wrote: > Hi all, > > I am using servicemix 4.3.1 behind a corporate firewall. I have > successfully > configured it via the syste.properties file to use the proxy, so that new > features can be fetched as needed (i.e. feature:install camel-nmr) > > http.proxyHost=xx.xx.xx.xx > http.proxyPort=3128 > http.proxyAuth=mtuser:12345 > > It works OK. > > Next, I need to consume an internal web-service (cxfbc:provider), but if > the > proxy is set it cannot connect. It seems to me that the soap request too is > directed to the proxy. If I disable proxying (by commenting the above > lines), then the soap request works just fine -- but then features cannot > be > installed. > > I tried to set the nonProxyHosts property, but it seems to have no effect: > http.nonProxyHosts=10.11.12.13 > > So the question is, how can I configure servicemix to access simultaneously > both the internet and the local net? > > regards, > Attila > > > > > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/Servicemix-proxy-question-tp5715059.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. >
