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/cf84f160
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/cf84f160
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/cf84f160

Branch: refs/heads/master
Commit: cf84f16070327f9ee0b310977ff2d6a454ae20bb
Parents: 9167d3d
Author: Jonathan Anstey <[email protected]>
Authored: Wed Oct 14 16:02:01 2015 -0230
Committer: Jonathan Anstey <[email protected]>
Committed: Wed Oct 14 16:02:01 2015 -0230

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


http://git-wip-us.apache.org/repos/asf/karaf/blob/cf84f160/features/command/pom.xml
----------------------------------------------------------------------
diff --git a/features/command/pom.xml b/features/command/pom.xml
index c6e135e..8f033c5 100644
--- a/features/command/pom.xml
+++ b/features/command/pom.xml
@@ -89,6 +89,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>
                     </instructions>
                 </configuration>
             </plugin>

Reply via email to