Allow installation of Sling as a feature in ServiceMix Kernel
-------------------------------------------------------------
Key: SLING-896
URL: https://issues.apache.org/jira/browse/SLING-896
Project: Sling
Issue Type: New Feature
Components: Extensions
Reporter: Sebastian Gomez
Priority: Minor
Sling works perfectly in ServiceMix Kernel if we add one by one all the bundles
the launchpad needs in the correct order (depending on the start level), but
there is a much easier way of doing this by creating what's called a "feature"
in ServiceMix. This is a group of bundles that will be deployed in the order
specified that will give the Kernel a new functionality.
The installation of Sling as a feature in ServiceMix would be done in just two
lines, without the need of copying bundles from one folder to another:
s...@root:/>features/addUrl
mvn:my.groupId/sling-feature/1.0.0-SNAPSHOT/xml/features
s...@root:/>features/install sling
I'll attach ASAP a patch with the necessary files to use Sling as a feature in
ServiceMix Kernel. Hope both commiters and users find the patch useful.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.