Let's say it maps a "org.eclipse.osgi.framework.console.CommandProvider" to a "org.apache.karaf.shell.api.console.Command" dynamically at runtime.
2015-08-27 9:59 GMT+02:00 Markus Rathgeb <[email protected]>: > Ah sorry, I missed the link to the sources: > https://github.com/maggu2810/karaf-console-equinox > > 2015-08-27 9:56 GMT+02:00 Markus Rathgeb <[email protected]>: >> No, it needs the Equinox OSGi framework (system.bundle). >> It offers all Equinox console extensions to the Karaf console, >> regardless is equinox.ds extends the console or another bundle. >> >> 2015-08-27 9:55 GMT+02:00 jbonofre [via Karaf] >> <[email protected]>: >>> It's what I would like to double check: if it's not bound to the >>> framework, no problem. If it is, it could be problematic. >>> >>> Regards >>> JB >>> >>> On 08/27/2015 09:51 AM, Achim Nierbeck wrote: >>> >>>> Hi JB, >>>> >>>> my guess would be that it's actually more bound to the equinox ds >>>> implementation rather then the framework. >>>> So yes I guess if you show us the sources, it could be interesting to have >>>> an alternative DS implementation >>>> available during runtime. As we already have for Blueprint with aries and >>>> gemini. >>>> >>>> regards, Achim >>>> >>>> >>>> 2015-08-27 9:47 GMT+02:00 Jean-Baptiste Onofré <[hidden email]>: >>>> >>>>> Hi Markus, >>>>> >>>>> I guess that it works only when you use the equinox framework (not with >>>>> the felix framework), right ? >>>>> >>>>> Regards >>>>> JB >>>>> >>>>> >>>>> On 08/27/2015 09:44 AM, Markus Rathgeb wrote: >>>>> >>>>>> Hello, >>>>>> >>>>>> sometimes I have to use "org.eclipse.equinox.ds" instead of >>>>>> "org.apache.felix.scr" (SCR feature). >>>>>> So I am missing the "scr" command extension to get a list and state of >>>>>> the declarative services. >>>>>> >>>>>> To be able to access the Eclipse Equinox command extensions for the >>>>>> Eclipse Equinox OSGi framework I have written a translation module. >>>>>> This module prefix the Eclipse command extensions and add them to as >>>>>> Karaf command extensions at runtime. >>>>>> >>>>>> I think this is a nice addition for everyone that have to use the >>>>>> Equinox OSGi framework inside Karaf. >>>>>> >>>>>> Could you have a look at und give me some feedback? >>>>>> Would you have interest to include this in Karaf mainline (after your >>>>>> review)? >>>>>> >>>>>> Best regards, >>>>>> Markus >>>>>> >>>>>> >>>>> -- >>>>> Jean-Baptiste Onofré >>>>> [hidden email] >>>>> http://blog.nanthrax.net >>>>> Talend - http://www.talend.com >>>>> >>>> >>>> >>>> >>> >>> -- >>> Jean-Baptiste Onofré >>> [hidden email] >>> http://blog.nanthrax.net >>> Talend - http://www.talend.com >>> >>> >>> ________________________________ >>> If you reply to this email, your message will be added to the discussion >>> below: >>> http://karaf.922171.n3.nabble.com/Karaf-console-extension-Support-for-Equinox-commands-tp4042079p4042082.html >>> To start a new topic under Karaf - Dev, email >>> [email protected] >>> To unsubscribe from Karaf - Dev, click here. >>> NAML -- View this message in context: http://karaf.922171.n3.nabble.com/Karaf-console-extension-Support-for-Equinox-commands-tp4042079p4042085.html Sent from the Karaf - Dev mailing list archive at Nabble.com.
