Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

readme.md

Tutorial 2: Using the config admin service

This tutorial will show how to use the config admin service in general as well as the special features Karaf provides for it. Please also read the tutorial article on my blog:

Content

  • app: A little application that uses the config admin service to read config and be notified of config changes
  • app-blueprint: The same as above but now using blueprint to abstract away from the details of the config admin service

Build

mvn clean install

Prerequiries

Since Karaf 4.2.x the blueprint feature is not install automatically, you have to install it before.

feature:install aries-blueprint

Installation

There is only an automated installation for the blueprint case.

feature:repo-add mvn:net.lr.tutorial.configadmin/configadmin-features/1.0/xml
feature:install tutorial-configadmin