[jboss-osgi-issues] [JBoss JIRA] Created: (JBOSGI-331) Start Level TCK Failure: testActivatorChangeBundleStartLevel()

David Bosschaert (JIRA) jira-events at lists.jboss.org
Fri Jun 4 04:28:25 EDT 2010


Start Level TCK Failure: testActivatorChangeBundleStartLevel()
--------------------------------------------------------------

                 Key: JBOSGI-331
                 URL: https://jira.jboss.org/browse/JBOSGI-331
             Project: JBoss OSGi
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Core Framework
    Affects Versions: JBossOSGi 1.0.0 Beta8
            Reporter: David Bosschaert


The following Start Level Service TCK test fails: org.osgi.test.cases.startlevel.junit.StartLevelControl.testActivatorChangeBundleStartLevel()

This is caused by a bundle which increases its own start level in the BundleActivcator.start(). This should cause the bundle to get stopped (on a different thread), but because the starting of the bundle hasn't finished yet the stop() seems to get ignored which causes the test to fail.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-osgi-issues mailing list