Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-3270

Proxy settings from provided maven settings.xml file is not picked up

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • jboss-fuse-6.2
    • jboss-fuse-6.2
    • Karaf
    • None
    • % %
    • Hide

      1. create settings.xml file
      2. set path to settings.xml in etc/org.ops4j.pax.url.mvn.cfg (org.ops4j.pax.url.mvn.settings property)
      3. setorg.ops4j.pax.url.mvn.proxySupport to true
      4. bin/fuse
      5. install http://use.direct.url.to.jar
      6. Unable to install bundle

      Show
      1. create settings.xml file 2. set path to settings.xml in etc/org.ops4j.pax.url.mvn.cfg (org.ops4j.pax.url.mvn.settings property) 3. setorg.ops4j.pax.url.mvn.proxySupport to true 4. bin/fuse 5. install http://use.direct.url.to.jar 6. Unable to install bundle

    Description

      In etc/org.ops4j.pax.url.mvn.cfg there is property org.ops4j.pax.url.mvn.proxySupport. If set to true it should pick up proxy settings provided in settings.xml file. However it does not.

      settings.xml

      <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                            http://maven.apache.org/xsd/settings-1.0.0.xsd">
      	<!-- localRepository
      		| The path to the local repository maven will use to store artifacts.
      	        |
      	        | Default: ~/.m2/repository -->
      	<localRepository>/home/fuse/.m2/repository</localRepository>
      
      	<proxies>
      		<proxy>
      			<id>qeos-proxy-1</id>
      			<active>true</active>
      			<protocol>http</protocol>
      			<host>10.8.50.13</host>
      			<port>3128</port>
      		</proxy>
      	</proxies>
      </settings>
      

      Attachments

        Activity

          People

            yfang@redhat.com Freeman(Yue) Fang
            ecervena@redhat.com Emil Cervenan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: