You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ja...@apache.org on 2015/10/14 21:14:47 UTC

[2/3] karaf git commit: KARAF-4066 - Features command bundle should recover if FeatureService unavailable initially

KARAF-4066 - Features command bundle should recover if FeatureService unavailable initially


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/4b0bea9b
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/4b0bea9b
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/4b0bea9b

Branch: refs/heads/karaf-3.0.x
Commit: 4b0bea9b858082dedbd1df02fb738b6520d8ed2a
Parents: 74692ad
Author: Jonathan Anstey <ja...@gmail.com>
Authored: Wed Oct 14 15:59:20 2015 -0230
Committer: Jonathan Anstey <ja...@gmail.com>
Committed: Wed Oct 14 15:59:20 2015 -0230

----------------------------------------------------------------------
 features/command/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/4b0bea9b/features/command/pom.xml
----------------------------------------------------------------------
diff --git a/features/command/pom.xml b/features/command/pom.xml
index d879088..7e60e17 100644
--- a/features/command/pom.xml
+++ b/features/command/pom.xml
@@ -85,6 +85,8 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
+                        <!-- Set the blueprint.graceperiod flag to false to allow the bundle to start -->
+                        <Bundle-SymbolicName>${project.artifactId};blueprint.graceperiod:=false</Bundle-SymbolicName>
                         <Import-Package>
                             javax.management,
                             javax.management.loading,