[jboss-jira] [JBoss JIRA] (AS7-5642) Deadlock on nested Bundle install
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Wed Sep 26 14:05:03 EDT 2012
[ https://issues.jboss.org/browse/AS7-5642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Diesler updated AS7-5642:
--------------------------------
Summary: Deadlock on nested Bundle install (was: Deadloack on nested Bundle install)
Description:
During deployment we currently start the bundle from the BundleActivateProcessor. Bundle.start() invokes the BundleActivator which may execute code that provisions other bundles.
This goes through the management API and does a deploy operation, which currently dead locks because nested ops are not permitted.
was:
During deployment we start currently the bundle from the BundleActivateProcessor. Bundle.start() invokes the BundleActivator which may execute code that provisions other bundles.
This goes through the management API and does deploy operation, which currently dead locks because nested ops are not permitted.
> Deadlock on nested Bundle install
> ---------------------------------
>
> Key: AS7-5642
> URL: https://issues.jboss.org/browse/AS7-5642
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management, OSGi
> Reporter: Thomas Diesler
> Assignee: Brian Stansberry
> Priority: Critical
> Fix For: 7.2.0.Alpha1
>
>
> During deployment we currently start the bundle from the BundleActivateProcessor. Bundle.start() invokes the BundleActivator which may execute code that provisions other bundles.
> This goes through the management API and does a deploy operation, which currently dead locks because nested ops are not permitted.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list