You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Scott Lewis <sl...@composent.com> on 2016/12/05 21:36:31 UTC

Karaf provisioning services?

Are there any OSGi services in Karaf that allow for programmatic install 
of Karaf features?   If so, are there any examples of usage and/or docs 
of these services?

Thanksinadvance,

Scott



Re: Karaf provisioning services?

Posted by Guillaume Nodet <gn...@apache.org>.
And for examples of its use, look at the features:xxx command code:

https://github.com/apache/karaf/tree/master/features/command/src/main/java/org/apache/karaf/features/command

2016-12-05 22:37 GMT+01:00 James Carman <ja...@carmanconsulting.com>:

> FeatureService is what you should use.
>
> On Mon, Dec 5, 2016 at 4:36 PM Scott Lewis <sl...@composent.com> wrote:
>
>> Are there any OSGi services in Karaf that allow for programmatic install
>> of Karaf features?   If so, are there any examples of usage and/or docs
>> of these services?
>>
>> Thanksinadvance,
>>
>> Scott
>>
>>
>>


-- 
------------------------
Guillaume Nodet
------------------------
Red Hat, Open Source Integration

Email: gnodet@redhat.com
Web: http://fusesource.com
Blog: http://gnodet.blogspot.com/

Re: Karaf provisioning services?

Posted by James Carman <ja...@carmanconsulting.com>.
FeatureService is what you should use.

On Mon, Dec 5, 2016 at 4:36 PM Scott Lewis <sl...@composent.com> wrote:

> Are there any OSGi services in Karaf that allow for programmatic install
> of Karaf features?   If so, are there any examples of usage and/or docs
> of these services?
>
> Thanksinadvance,
>
> Scott
>
>
>