[
https://issues.apache.org/jira/browse/KARAF-3453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14283844#comment-14283844
]
Achim Nierbeck commented on KARAF-3453:
---------------------------------------
The properties yes, but it's missing the connection to the config-Admin
service.
Look at:
https://github.com/rhuss/jolokia/blob/v1.2.3/agent/osgi/src/main/java/org/jolokia/osgi/JolokiaActivator.java#L74
and
https://github.com/rhuss/jolokia/blob/master/agent/osgi/src/main/java/org/jolokia/osgi/JolokiaActivator.java#L84
> Create jolokia feature
> ----------------------
>
> Key: KARAF-3453
> URL: https://issues.apache.org/jira/browse/KARAF-3453
> Project: Karaf
> Issue Type: Improvement
> Components: karaf-core
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Fix For: 4.0.0, 3.0.3
>
>
> With the "new" RBAC layer of Karaf 3 & 4, in order to work "out of the box",
> jolokia requires the etc/org.jolokia.osgi.cfg configuration file containing:
> {code}
> org.jolokia.user=karaf
> org.jolokia.realm=karaf
> org.jolokia.authMode=jaas
> {code}
> For convenience, Karaf should provide a jolokia feature that installs this
> file and the jolokia bundle.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)