7 Replies Latest reply on Apr 26, 2014 4:41 AM by davsclaus

    Any doc/example using <configfile> in feature file?

    chanmaha25

      I am using Fuse 6.1 beta in dev to leverage 'fabric' concept. I am not able to create/add config '.cfg' file used by my bundle deployed in a particular 'ssh' container instance created using the console.

      Any pointer will be greatly appreciated.

      Here is my feature file with one bundle and the property file included:

      <feature name="Common-Bundles" version="0.0.0">

              <bundle>file:///home/fuse/mybundle-0.0.0.jar</bundle>

                <configfile finalname="etc/myconfig.properties.cfg">

                  file:/home/fuse/myconfig.properties.cfg

              </configfile>

      </feature>

      The issue when the bundle gets installed and tries to start the routes and fails to see the 'pid' property file needed.

       

      Thanks

      Chandra.