Skip to content

Instantly share code, notes, and snippets.

@anpieber
Created April 11, 2011 11:13
Show Gist options
  • Select an option

  • Save anpieber/913368 to your computer and use it in GitHub Desktop.

Select an option

Save anpieber/913368 to your computer and use it in GitHub Desktop.
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