1 Reply Latest reply on Sep 16, 2009 11:12 AM by pfox

    Adding new features file

    mfatafta

      I have a features file that I need to have loaded into the list of available features without having to use features/addUrl

       

      How do I configure that ESB to do that?

       

      Thanks in advance.

        • 1. Re: Adding new features file
          pfox

          Hi

           

          In Fuse ESB 4.1.0 :

          My understanding is that the "featuresRepositories" variable located in /etc/org.apache.servicemix.features.cfg controls the list of features available by default. If you add your file to this list, your features should be available by default.

           

          e.g. adding my random-features.xml

          featuresRepositories=mvn:org.apache.servicemix.kernel/apache-servicemix-kernel/1.1.0.1-fuse/xml/features,...-fuse/xml/features,file:C:/random/random-features.xml

           

          Best Regards

          Pat

           

          Edited by: patfox on Sep 16, 2009 3:04 PM

           

          Edited by: patfox on Sep 16, 2009 3:12 PM