[
https://jira.jboss.org/jira/browse/JBOSGI-138?page=com.atlassian.jira.plu...
]
Thomas Diesler commented on JBOSGI-138:
---------------------------------------
From a quick scan I believe this affects
getLocation
getEntry
getEntryPath
findEntries
loadClass
getResource
getResources
startInternal
stopInternal
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