[jboss-jira] [JBoss JIRA] Issue Comment Edited: (JBAS-8668) All OSGi bundle install code paths must go through deployer chain
Jason Greene (JIRA)
jira-events at lists.jboss.org
Mon Nov 29 12:46:10 EST 2010
[ https://jira.jboss.org/browse/JBAS-8668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565972#comment-12565972 ]
Jason Greene edited comment on JBAS-8668 at 11/29/10 12:44 PM:
---------------------------------------------------------------
Since this work is based on a number of other changes, (JBAS-8585 & JBAS-8599), it can't be merged until those have been resolved.
Also the current tree has merge commits (git pull without the git pull --rebase).
was (Author: jason.greene at jboss.com):
Since this work is based on a number of other changes, (JBAS-8585 & JBAS-8589), it can't be merged until those have been resolved.
Also the current tree has merge commits (git pull without the git pull --rebase).
> All OSGi bundle install code paths must go through deployer chain
> -----------------------------------------------------------------
>
> Key: JBAS-8668
> URL: https://jira.jboss.org/browse/JBAS-8668
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: OSGi integration
> Reporter: Thomas Diesler
> Assignee: Jason Greene
> Fix For: 7.0.0.Alpha2
>
>
> 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