[jboss-osgi-issues] [JBoss JIRA] (JBOSGI-603) Add support for Apache Karaf

Guillaume Nodet (JIRA) jira-events at lists.jboss.org
Thu Sep 13 10:50:32 EDT 2012


    [ https://issues.jboss.org/browse/JBOSGI-603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718317#comment-12718317 ] 

Guillaume Nodet commented on JBOSGI-603:
----------------------------------------

To use jbosgi inside Karaf, download the latest Karaf binary distribution 2.2.9 from
 http://karaf.apache.org/index/community/download.html#Karaf2.2.9
and extract it.

Edit the {{etc/config.properties}} file and change the following properties:
{code}
karaf.framework=jbosgi

#
# Location of the OSGi frameworks
#
karaf.framework.equinox=${karaf.default.repository}/org/eclipse/osgi/3.6.2.R36x_v20110210/osgi-3.6.2.R36x_v20110210.jar
karaf.framework.felix=${karaf.default.repository}/org/apache/felix/org.apache.felix.framework/3.2.2/org.apache.felix.framework-3.2.2.jar
karaf.framework.jbosgi=[ path to the *all* aggregated jbosgi jar ]
{code}

Note that the path to the jbosgi aggregate framework has to be relative to the karaf installation path.

And start Karaf using {{bin/karaf}}.


                
> Add support for Apache Karaf
> ----------------------------
>
>                 Key: JBOSGI-603
>                 URL: https://issues.jboss.org/browse/JBOSGI-603
>             Project: JBoss OSGi
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Core Framework
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>             Fix For: JBossOSGi 1.2.0
>
>
> This is really a Karaf issue, but here for reference.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-osgi-issues mailing list