Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-156

All OSGi bundle install code paths must go through deployer chain

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 7.0.0.Beta1
    • None
    • OSGi
    • None

    Description

      There are multiple code paths paths that install a bundle

      Aries JMX install --> BundleContext.install()

      DeploymentChain --> DeployerService.deploy(Deployment)
      Bundle Hotdeploy --> DeployerService.deploy(Deployment)
      OSGi Console --> DeployerService.deploy(Deployment)

      BundleContext.install() -> BundleManager.install(Deployment)
      DeployerService.deploy(Deployment) --> BundleManager.install(Deployment)

      In AS7 all bundle install paths must go through the DeploymentChain

      Attachments

        Activity

          People

            tdiesler@redhat.com Thomas Diesler
            tdiesler@redhat.com Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: