|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (5)
View Page Historyh2. IPF Karaf Feature
From the version 2.5.x IPF introduced an own [Apache-Karaf|http://karaf.apache.org] feature. Please note the the IPF has been testet on two latest Karaf releases [2.3.0|http://www.apache.org/dyn/closer.cgi/karaf/2.3.0/apache-karaf-2.3.0.zip] and [2.3.1|http://www.apache.org/dyn/closer.cgi/karaf/2.3.1/apache-karaf-2.3.1.zip] threrefore it is recomended to pick one of those two downloads.
h3. Karaf Configuration
Since the IPF strongly depends on the Apache-CXF functionality there are some [configuration steps|http://www.dankulp.com/blog/2011/11/apache-cxf-in-osgi/] which you have to do in order to get the CXF up and running inside the Karaf OSGi container. Please edit the {{KARAF_HOME/etc/jre.properties}} file and in both *jre-1.6* and *jre-1.7* sections you need to commend out the following lines:
{code:java|jre.properties}
{code}
Support for [Apache Felix| http://felix.apache.org/] OSGi Framework is comming soon.
h3. Karaf Maven Repository
The following steps will add the missing IPF and Apache Maven repositories to the list of Karaf's default repositories.
Edit the {{KARAF_HOME/etc/org.ops4j.pax.url.mvn.cfg}} file and update the value for {{defaultRepositories}}:
{code:xml|org.ops4j.pax.url.mvn.cfg } org.ops4j.pax.url.mvn.defaultRepositories=file:${karaf.home}/${karaf.default.repository}@snapshots@id=karaf.${karaf.default.repository},\
file:${karaf.home}/local-repo@snapshots,\
http://repo.openehealth.org/maven2/releases,\
http://repo.openehealth.org/maven2/releases,\