[jboss-osgi-issues] [JBoss JIRA] (JBOSGI-536) OSGi implementation does not support framework extensions

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Tue Apr 24 16:51:18 EDT 2012


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

Thomas Diesler updated JBOSGI-536:
----------------------------------

    Fix Version/s: JBossOSGi 2.0.0

    
> 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
>             Fix For: JBossOSGi 2.0.0
>
>
> Installing a System Framework extension fails in AS 7.1.0.Final.
> {code}
> 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
> {code}
> 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

        


More information about the jboss-osgi-issues mailing list