Sandro Boehme created SLING-3933:
------------------------------------
Summary: Add OSGi Bundle Repository support back again to the web
console
Key: SLING-3933
URL: https://issues.apache.org/jira/browse/SLING-3933
Project: Sling
Issue Type: Improvement
Components: Console
Affects Versions: Launchpad Bundles 5
Reporter: Sandro Boehme
The OSGi bundle Repository page is currently not available anymore at the web
console. This prevents applications like the Sling JCRBrowser to get installed
easily and get it's dependencies resolved automatically.
As Felix pointed out in the mailing list [1], this page has been separated out
into an other Web Console plugin bundle. I personally guess this happened in
Apache Felix.
To get it back in Apache Sling, I suggest to add it to the bundle list.xml of
the launchpad (launchpad/builder/src/main/bundles/list.xml). The level 5 for
the web console should be appropriate.
This is how the bundle entry should look like:
<bundle>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole.plugins.obr</artifactId>
<version>1.0.2</version>
</bundle>
What do you think?
[1] -
http://mail-archives.apache.org/mod_mbox/sling-users/201409.mbox/%3CCEBF7402-2FED-45B4-AA53-E922F354A6C7%40adobe.com%3E
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)