-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
During deployment we currently start the bundle from the BundleActivateProcessor. Bundle.start() invokes the BundleActivator which may execute code that provisions other bundles.
This goes through the management API and does a deploy operation, which currently dead locks because nested ops are not permitted.