I have a fileinstall cfg file that points to another directory with more file
install cfg files:
org.apache.felix.fileinstall-config.cfg
felix.fileinstall.poll=2000
felix.fileinstall.dir=config
felix.fileinstall.debug=1
felix.fileinstall.filter=.*\\.cfg
felix.fileinstall.bundles.new.start=true
like this one:
org.apache.felix.fileinstall-dosgi.cfg
felix.fileinstall.poll=2000
felix.fileinstall.dir=lib/dosgi
felix.fileinstall.debug=1
felix.fileinstall.filter=.*\\.jar
felix.fileinstall.bundles.new.start=true
which works great on startup. The config directory is monitored and the cfg
files loaded and used, in this case dosgi is started. However, the when the cfg
files are deleted from the monitored directory the bundles are not un-deployed.
Is this a known bug with file installer?