Add ignoreServiceReq comment in etc/org.apache.karaf.features.cfg
Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/92981efc Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/92981efc Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/92981efc Branch: refs/heads/master Commit: 92981efc5eda51665e44cbffa9b4512126a7ade0 Parents: c689fad Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Jun 23 10:26:02 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Jun 23 10:26:02 2015 +0200 ---------------------------------------------------------------------- .../resources/etc/org.apache.karaf.features.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/92981efc/assemblies/features/base/src/main/filtered-resources/resources/etc/org.apache.karaf.features.cfg ---------------------------------------------------------------------- diff --git a/assemblies/features/base/src/main/filtered-resources/resources/etc/org.apache.karaf.features.cfg b/assemblies/features/base/src/main/filtered-resources/resources/etc/org.apache.karaf.features.cfg index 73f3bbf..d0b1dde 100644 --- a/assemblies/features/base/src/main/filtered-resources/resources/etc/org.apache.karaf.features.cfg +++ b/assemblies/features/base/src/main/filtered-resources/resources/etc/org.apache.karaf.features.cfg @@ -47,3 +47,12 @@ featuresBoot= # Defines if the boot features are started in asynchronous mode (in a dedicated thread) # featuresBootAsynchronous=false + +# +# By default, the feature resolver checks the requirements/capabilities of the bundle +# in order to automatically installs the required bundles. +# It especially checks the service capabilities/requirements, that may cause feature installation +# issue if the capabilities are missing. +# The following flag (if true) will ignore the service requirements and install the features anyway. +# +#ignoreServiceReq=false
