[jboss-osgi-issues] [JBoss JIRA] Resolved: (JBOSGI-131) BundleContext not available after bundle install

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Sat Aug 22 15:17:23 EDT 2009


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

Thomas Diesler resolved JBOSGI-131.
-----------------------------------

    Resolution: Rejected


A BundleContext object will be created and provided to the bundle associated with this context when it is started using the BundleActivator.start(org.osgi.framework.BundleContext) method. The same BundleContext  object will be passed to the bundle associated with this context when it is stopped using the BundleActivator.stop(org.osgi.framework.BundleContext) method.

> BundleContext not available after bundle install
> ------------------------------------------------
>
>                 Key: JBOSGI-131
>                 URL: https://jira.jboss.org/jira/browse/JBOSGI-131
>             Project: JBoss OSGi
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Core
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>             Fix For: Framework 1.0.0 Alpha1
>
>
> [tdiesler at tdvaio microcontainer]$ mvn -Dtest=SimpleBundleTestCase test
>  
> Running org.jboss.test.osgi.simple.SimpleBundleTestCase
> FIXME [JBOSGI-130] Bundle in state INSTALLED after bundle.start()
> FIXME [JBOSGI-131] BundleContext not available after bundle install
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.837 sec

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

        


More information about the jboss-osgi-issues mailing list