- 
        1. Re: installing features camel-servlet on FUSE esb servicemix-4.4.1-fuse-03-06ffang May 14, 2012 8:07 PM (in response to mathieuj)Hi, camel-servlet isn't the default installed feature, so when you install camel-servlet, it will download some artifacts from remote maven repo, ensure your machine has internet connection or you have set up some proxy server like nexus. Freeman 
- 
        2. Re: installing features camel-servlet on FUSE esb servicemix-4.4.1-fuse-03-06njiang May 14, 2012 11:28 PM (in response to mathieuj)That bundle should be download from maven central, please double check the mvn setting as Freeman suggested. 
- 
        3. Re: installing features camel-servlet on FUSE esb servicemix-4.4.1-fuse-03-06mathieuj May 15, 2012 3:22 AM (in response to ffang)thank's for your answer. Yes, my company is behind a proxy, but i don't know how to update the settings of Fuse ESB for it passes by this proxy. 
- 
        4. Re: installing features camel-servlet on FUSE esb servicemix-4.4.1-fuse-03-06ffang May 15, 2012 3:31 AM (in response to njiang)Hi, You can configure maven proxy in .m2/settings.xml, that could be picked up by pax-url, take a look at to get more details. http://team.ops4j.org/wiki/display/paxurl/Mvn+Protocol Freeman 
- 
        5. Re: installing features camel-servlet on FUSE esb servicemix-4.4.1-fuse-03-06mathieuj May 15, 2012 3:50 AM (in response to ffang)thank you, i have found in org.ops4j.pax.url.mvn.cfg: # - Uncomment if you are behind a web proxy. PAX URL will use the proxy settings 
- from the Maven conf/settings.xml file 
 # org.ops4j.pax.url.mvn.proxySupport=true and i put it on true; but for this: # - Path to the local maven settings file. 
- The repositories defined in this file will be automatically added to the list 
- of default repositories if the 'org.ops4j.pax.url.mvn.repositories' property 
- below is not set. 
- The following locations are checked for the existence of the settings.xml file 
- * 1. looks for the specified url 
- * 2. if not found looks for ${user.home}/.m2/settings.xml 
- * 3. if not found looks for ${maven.home}/conf/settings.xml 
- * 4. if not found looks for $/conf/settings.xml 
 # #org.ops4j.pax.url.mvn.settings= i don't find the file .m2/settings.xml on my computer 
- 
        6. Re: installing features camel-servlet on FUSE esb servicemix-4.4.1-fuse-03-06ffang May 15, 2012 4:00 AM (in response to mathieuj)Hi, It could be also in ${maven.home}/conf/settings.xml $/conf/settings.xml check your maven installation folder, you probably can find it if you're not on *nix/mac Freeman 
 
     
    