[jboss-jira] [JBoss JIRA] (AS7-5642) Deadloack when installing a Bundle from BundleActivator
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Wed Sep 26 13:59:03 EDT 2012
Thomas Diesler created AS7-5642:
-----------------------------------
Summary: Deadloack when installing a Bundle from BundleActivator
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 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.
--
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