[jboss-osgi-issues] [JBoss JIRA] (JBOSGI-553) Start Level change does not report intermediate levels

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


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

Thomas Diesler resolved JBOSGI-553.
-----------------------------------

    Fix Version/s: JBossOSGi 1.2.0
       Resolution: Done


Fixed in jbosgi-framework-1.3.1.CR2
                
> Start Level change does not report 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
>             Fix For: JBossOSGi 1.2.0
>
>
> 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