4 Replies Latest reply on Feb 19, 2014 5:36 AM by yanwang

    do i need to features:addUrl when features:install ?

    yanwang

      Dear All,

       

      Do i always need to do features:addUrl when I do features:install ?

      when i install some features for example camel-cxf, i did not addUrl for it.

      but it works withtout any problem.

       

      When i installed feature, will Fuse ESB also scan my setting at org.ops4j.pax.url.mvn.repositories for downloading feature ?

       

      Rgds

      Yan

        • 1. Re: do i need to features:addUrl when features:install ?
          ffang

          Hi,

           

          camel-cxf feature descriptor file is shipped in Fuse ESB by default, so you needn't use features:addUrl by yourself, for other feature descriptor file, you do need the features:addUrl

           

          take a look at $FUSE_ESB/etc/org.apache.karaf.features.cfg, the featuresRepositories property list all available features.xml by default.

           

          Freeman

          • 2. Re: do i need to features:addUrl when features:install ?
            yanwang

            Thanks, could you please tell me where is location of those feature xml file?

            just one example is enough.

             

            Rgds

             

             

            featuresRepositories=\

                    mvn:org.apache.karaf.assemblies.features/standard/2.2.5.fuse-70-084/xml/features,\

                    mvn:org.apache.karaf.assemblies.features/enterprise/2.2.5.fuse-70-084/xml/features,\

                    mvn:org.apache.cxf.karaf/apache-cxf/2.5.0.fuse-70-084/xml/features,\

                    mvn:org.apache.camel.karaf/apache-camel/2.9.0.fuse-70-084/xml/features,\

                    mvn:org.apache.activemq/activemq-karaf/5.5.1.fuse-70-084/xml/features,\

                    mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.6.0.fuse-70-084/xml/features,\

                    mvn:org.fusesource.fabric/fuse-fabric/7.0.1.fuse-084/xml/features,\

                    mvn:org.fusesource.esb/fuse-esb/7.0.1.fuse-084/xml/features,\

                    mvn:org.fusesource.patch/patch-features/7.0.1.fuse-084/xml/features

            • 3. Re: do i need to features:addUrl when features:install ?
              ffang

              Hi,

               

              They are in the $FUSE/system folder, per maven url schema

               

              Freeman

              • 4. Re: do i need to features:addUrl when features:install ?
                yanwang

                Thanks for your explaining. the question is clear now