[jboss-osgi-issues] [JBoss JIRA] (JBOSGI-553) OSGi Start Level change doesn't iterate through intermediate levels

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed May 16 04:56:18 EDT 2012


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

Thomas Diesler moved AS7-4820 to JBOSGI-553:
--------------------------------------------

              Project: JBoss OSGi  (was: Application Server 7)
                  Key: JBOSGI-553  (was: AS7-4820)
             Workflow: jira  (was: GIT Pull Request workflow )
    Affects Version/s:     (was: 7.1.2.Final (EAP))
          Component/s: Core Framework
                           (was: OSGi)
             Security: Public

    
> OSGi Start Level change doesn't iterate through intermediate levels
> -------------------------------------------------------------------
>
>                 Key: JBOSGI-553
>                 URL: https://issues.jboss.org/browse/JBOSGI-553
>             Project: JBoss OSGi
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Core Framework
>            Reporter: David Bosschaert
>            Assignee: Thomas Diesler
>
> When changing the OSGi start level using the management API, the framework doesn't appear to go through the intermediate start levels.
> When the following command is issued from the console:
> {code}/subsystem=osgi:write-attribute(name=startlevel,value=3){code}
> it seems like start level 2 is skipped in the framework from looking at the log:
> {noformat}16:13:33,332 INFO  [org.jboss.osgi.framework] (OSGi StartLevel Thread)
>  JBOSGI011007: Increasing start level from 1 to 3
> 16:13:33,332 INFO  [org.jboss.osgi.framework] (OSGi StartLevel Thread)
>  JBOSGI011011: Starting bundles for start level: 3
> 16:13:33,332 INFO  [org.jboss.osgi.framework] (OSGi StartLevel Thread)
>  JBOSGI011011: Starting bundles for start level: 3
> 16:13:33,333 INFO  [system.bundle] (Thread-80) FrameworkEvent STARTLEVEL CHANGED{noformat}
> The same happens when moving down in start level. 
> I haven't checked whether this is only a reporting issue or whether the intermediate start level are really skipped.

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