[jboss-jira] [JBoss JIRA] (AS7-2434) Incremental bundle resolution approach may lead to unresolvable user bundles
Thomas Diesler (Created) (JIRA)
jira-events at lists.jboss.org
Mon Oct 31 08:25:45 EDT 2011
Incremental bundle resolution approach may lead to unresolvable user bundles
----------------------------------------------------------------------------
Key: AS7-2434
URL: https://issues.jboss.org/browse/AS7-2434
Project: Application Server 7
Issue Type: Bug
Components: OSGi
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: 7.1.0.CR1
When starting up the framework we resolve bundles in stages:
#1 auto install bundles
#2 deployed bundles
within the set of auto install bundles we incrementally run through the start levels
within a start level we iterate over the bundles in the order in which they are defined.
A possible fix would be to first compute the set of bundles that are included (and below) the startlevel that we ramp up to. The resolver would be asked to resolve the complete set.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list