Created
April 11, 2011 11:13
-
-
Save anpieber/913368 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Grace Period | |
| A Blueprint Container by default will wait for its dependencies in the grace | |
| period. However, this can be overridden with a directive on the Bundle-Sym- | |
| bolicName header of the Blueprint bundle: | |
| • | |
| blueprint.graceperiod (true|f alse) – If set to true, then the Blueprint | |
| Container must enter the grace period and wait for dependencies, this is | |
| the default. Otherwise, it must skip the grace period and progress to the | |
| next phase regardless if there are any unsatisfied service references. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment