[jboss-osgi-issues] [JBoss JIRA] (JBOSGI-537) Batch deployment of bundles

Tim Diekmann (JIRA) jira-events at lists.jboss.org
Wed Mar 28 10:47:47 EDT 2012


Tim Diekmann created JBOSGI-537:
-----------------------------------

             Summary: Batch deployment of bundles
                 Key: JBOSGI-537
                 URL: https://issues.jboss.org/browse/JBOSGI-537
             Project: JBoss OSGi
          Issue Type: Enhancement
      Security Level: Public (Everyone can see)
          Components: Core Framework
    Affects Versions: JBossOSGi 1.0.0
         Environment: Mac OS X 10.7.3
            Reporter: Tim Diekmann
            Assignee: Thomas Diesler


It has to be possible to deploy a large set of bundles at the same time without triggering the resolution of each bundle individually.

Currently, if you deploy multiple bundles either through CLI or via the hot deployment folder the deployer processes each bundle individually. If you try to deploy 287 bundles with interdependencies, this would mean you have to install them in the absolute correct order or else the deployer finds missing dependencies and undeploys the bundle again.

The OSGi framework API allows for installation of multiple bundles before calling a single refresh call to trigger the re-wiring. The deployer needs to support a mechanism similar to this as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-osgi-issues mailing list