[jboss-osgi-issues] [JBoss JIRA] Created: (JBOSGI-138) Proper system BundleContext implementation

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed Aug 26 04:59:23 EDT 2009


Proper system BundleContext implementation
------------------------------------------

                 Key: JBOSGI-138
                 URL: https://jira.jboss.org/jira/browse/JBOSGI-138
             Project: JBoss OSGi
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Core
            Reporter: Thomas Diesler
             Fix For: Framework 1.0.0 Alpha1


Currently we have 

   OSGiSystemBundle extends OSGiBundleState

which initializes the OSGiBundleState with a null DeploymentUnit

All Bundle and BundleContext methods that internally access the DU fail for the system bundle

An improved abstraction would be

   OSGiSystemBundle extends AbstractBundle
   OSGiBundle extends AbstractBundle


-- 
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