[jboss-osgi-issues] [JBoss JIRA] Updated: (JBOSGI-427) Unify Bundle install paths

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Fri Nov 19 08:24:07 EST 2010


     [ https://jira.jboss.org/browse/JBOSGI-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler updated JBOSGI-427:
----------------------------------

    Description: 
There are multiple code paths paths that install a bundle

Aries JMX instlall --> BundleContext.install()

DeploymentUnitProcessor --> 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


  was:
There are multiple code paths paths that install a bundle

Aries JMX instlall --> BundleContext.install()
BundleContext.install() -> BundleManager.install(Deployment)
DeploymentUnitProcessor --> DeployerService.deploy(Deployment)
Bundle Hotdeploy --> DeployerService.deploy(Deployment)
OSGi Console --> DeployerService.deploy(Deployment)
DeployerService.deploy(Deployment) --> BundleManager.install(Deployment)

In AS7 all bundle install paths must go through the DeploymentChain




> Unify Bundle install paths
> --------------------------
>
>                 Key: JBOSGI-427
>                 URL: https://jira.jboss.org/browse/JBOSGI-427
>             Project: JBoss OSGi
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>
> There are multiple code paths paths that install a bundle
> Aries JMX instlall --> BundleContext.install()
> DeploymentUnitProcessor --> 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

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-osgi-issues mailing list