I'm using Bndtools plugin under Eclipse Mars. In a project I need the Apache FileInstall bundle and I have selected it in the "Run Requirements" under the Run descriptor. The bundle is active.
I can't understand how to get the current parameters for FileInstall like poll, directory to watch for config file and so on so I don't know where to put the config file for my class that implement ManagedService.
If I try to add the following line under VM arguments ...
-Dfelix.fileinstall.dir=/home/ppatierno/Downloads
the Config Admin service goes in the Stopping state after few seconds.
If I don't add the FileInstall bundle under "Run Requirements" but install and start it from apache felix console, it starts and becomes active but doesn't print the main configuration above properties.
Any idea ?