[jboss-osgi-issues] [JBoss JIRA] (JBOSGI-608) Integrate StartLevel with Module adaptors

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Fri Oct 19 12:05:01 EDT 2012


     [ https://issues.jboss.org/browse/JBOSGI-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler updated JBOSGI-608:
----------------------------------

       Assignee: David Bosschaert
    Description: 
Currently not all XBundle implementations are integrated with StartLevel. Specifically the AbstractBundleAdaptor, which provides a Bundle view for module capabilities is not start level aware. As a result, module capabilites cannot have a start level. 

It should be possible to do this

{code}
   <capability name="org.jboss.as.osgi.http" startlevel="1"/>
{code}

    
> Integrate StartLevel with Module adaptors
> -----------------------------------------
>
>                 Key: JBOSGI-608
>                 URL: https://issues.jboss.org/browse/JBOSGI-608
>             Project: JBoss OSGi
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: Core Framework
>            Reporter: Thomas Diesler
>            Assignee: David Bosschaert
>             Fix For: JBossOSGi 2.0.0 Alpha1
>
>
> Currently not all XBundle implementations are integrated with StartLevel. Specifically the AbstractBundleAdaptor, which provides a Bundle view for module capabilities is not start level aware. As a result, module capabilites cannot have a start level. 
> It should be possible to do this
> {code}
>    <capability name="org.jboss.as.osgi.http" startlevel="1"/>
> {code}

--
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-osgi-issues mailing list