[jboss-jira] [JBoss JIRA] (AS7-5544) Add support for Apache Karaf
Guillaume Nodet (JIRA)
jira-events at lists.jboss.org
Wed Sep 12 11:19:32 EDT 2012
[ https://issues.jboss.org/browse/AS7-5544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717957#comment-12717957 ]
Guillaume Nodet commented on AS7-5544:
--------------------------------------
So far, I've deployed Karaf bundles the following way:
* copy the file http://central.maven.org/maven2/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/2.2.9/org.apache.karaf.jaas.boot-2.2.9.jar into modules/org/jboss/osgi/framework/main/
* reference that jar inside the modules/org/jboss/osgi/framework/main/module.xml
* modify standalone/configuration/standalone.xml to add the following definition in the osgi subsystem properties definition:
<property name="org.osgi.framework.system.packages.extra">
org.apache.karaf.jaas.boot;version=2.2.9
</property>
* deploying all the bundles inside the karaf system directory
* disable the following deployments: pax-logging-api, pax-logging-service
> Add support for Apache Karaf
> ----------------------------
>
> Key: AS7-5544
> URL: https://issues.jboss.org/browse/AS7-5544
> Project: Application Server 7
> Issue Type: Feature Request
> Components: OSGi
> Reporter: Thomas Diesler
> Assignee: Thomas Diesler
>
> The initial goal would be to make the console available
--
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-jira
mailing list