[jboss-dev-forums] [JBoss OSGi Development] - Proper system BundleContext implementation
thomas.diesler@jboss.com
do-not-reply at jboss.com
Wed Aug 26 04:58:31 EDT 2009
https://jira.jboss.org/jira/browse/JBOSGI-138
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
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251722#4251722
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251722
More information about the jboss-dev-forums
mailing list