[jboss-jira] [JBoss JIRA] Updated: (JBAS-8668) Unify Bundle install code paths
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Thu Nov 25 11:41:32 EST 2010
[ https://jira.jboss.org/browse/JBAS-8668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Diesler updated JBAS-8668:
---------------------------------
Summary: Unify Bundle install code paths (was: Unify Bundle install paths)
> Unify Bundle install code paths
> -------------------------------
>
> Key: JBAS-8668
> URL: https://jira.jboss.org/browse/JBAS-8668
> Project: JBoss Application Server
> 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 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
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list