[jboss-jira] [JBoss JIRA] (AS7-2434) Incremental bundle resolution approach may lead to unresolvable user bundles

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Mon Feb 6 05:12:49 EST 2012


    [ https://issues.jboss.org/browse/AS7-2434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664392#comment-12664392 ] 

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

        


More information about the jboss-jira mailing list