[JBoss JIRA] (JBOSGI-536) OSGi implementation does not support framework extensions
by Tim Diekmann (JIRA)
Tim Diekmann created JBOSGI-536:
-----------------------------------
Summary: OSGi implementation does not support framework extensions
Key: JBOSGI-536
URL: https://issues.jboss.org/browse/JBOSGI-536
Project: JBoss OSGi
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Core Framework
Affects Versions: JBossOSGi 1.0.0
Environment: Mac OS X 10.7.3
Reporter: Tim Diekmann
Assignee: Thomas Diesler
Installing a System Framework extension fails in AS 7.1.0.Final.
10:27:35,179 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC00001: Failed to start service jbosgi.bundle.8."com.tibco.tpcl.javax.system.exports"."5.0.300.004".INSTALLED: org.jboss.msc.service.StartException in service jbosgi.bundle.8."com.tibco.tpcl.javax.system.exports"."5.0.300.004".INSTALLED: Failed to start service
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1767) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [classes.jar:1.6.0_29]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [classes.jar:1.6.0_29]
at java.lang.Thread.run(Thread.java:680) [classes.jar:1.6.0_29]
Caused by: java.lang.UnsupportedOperationException: Framework extension not supported
at org.jboss.osgi.framework.internal.BundleValidatorR4.validateBundle(BundleValidatorR4.java:141)
at org.jboss.osgi.framework.internal.UserBundleInstalledService.validateBundle(UserBundleInstalledService.java:93)
at org.jboss.osgi.framework.internal.UserBundleInstalledService.start(UserBundleInstalledService.java:65)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
... 3 more
I tried adding this through the cli, web console, and by adding this manually to the bundles folder and updating the configuration file. Same result.
Please note that framework extensions support is mandated by the Core specification to be a certified OSGi framework.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] (JBOSGI-546) Uninstalling persistent user bundle stops Framework.INIT service
by Thomas Diesler (JIRA)
Thomas Diesler created JBOSGI-546:
-------------------------------------
Summary: Uninstalling persistent user bundle stops Framework.INIT service
Key: JBOSGI-546
URL: https://issues.jboss.org/browse/JBOSGI-546
Project: JBoss OSGi
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Core Framework
Affects Versions: JBossOSGi 1.1.0
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: JBossOSGi 1.2.0
This leaves the Framework in an inconsistent state and may lead to
{code}
java.lang.NullPointerException
at org.jboss.osgi.framework.internal.FrameworkProxy.stopInternal(FrameworkProxy.java:228)
at org.jboss.osgi.framework.internal.FrameworkProxy.stop(FrameworkProxy.java:216)
at org.jboss.osgi.framework.internal.FrameworkProxy.stop(FrameworkProxy.java:196)
at org.jboss.test.osgi.framework.launch.PersistentBundlesTestCase.testInstalledBundle(PersistentBundlesTestCase.java:109)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years