[
https://issues.jboss.org/browse/AS7-2434?page=com.atlassian.jira.plugin.s...
]
Thomas Diesler edited comment on AS7-2434 at 2/6/12 5:11 AM:
-------------------------------------------------------------
To reproduce copy copy pax-web-service into
${jboss.home}/bundles/org/ops4j/pax/web/main
and use these capabilities
{code}
<capabilities>
<capability name="javax.servlet.api"/>
<capability name="org.ops4j.pax.web" startlevel="2"/>
</capabilities>
{code}
Note, the servlet API comes from modules and is version 3.0
was (Author: thomas.diesler):
To reproduce copy copy pax-web-service into
${jboss.home}/bundles/org/ops4j/pax/web/main
and use these capabilities
{code}
<capabilities>
<capability name="javax.servlet.api"/>
<capability name="org.ops4j.pax.web"
startlevel="2"/>
</capabilities>
{code}
Note, the servlet API comes from modules and is version 3.0
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.1.Final
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