You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Sebastian Gomez (JIRA)" <ji...@apache.org> on 2009/03/24 13:57:51 UTC

[jira] Created: (SLING-896) Allow installation of Sling as a feature in ServiceMix Kernel

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:

smx@root:/>features/addUrl mvn:my.groupId/sling-feature/1.0.0-SNAPSHOT/xml/features
smx@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.


[jira] Updated: (SLING-896) Allow installation of Sling as a feature in ServiceMix Kernel

Posted by "Sebastian Gomez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebastian Gomez updated SLING-896:
----------------------------------

    Attachment: sling-feature.zip

Uploaded patch with necessary files to deploy Sling as a ServiceMix feature.

> 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
>         Attachments: sling-feature.zip
>
>
> 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:
> smx@root:/>features/addUrl mvn:my.groupId/sling-feature/1.0.0-SNAPSHOT/xml/features
> smx@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.


[jira] Resolved: (SLING-896) Allow installation of Sling as a feature in ServiceMix Kernel

Posted by "Juan Jose Vazquez Delgado (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juan Jose Vazquez Delgado resolved SLING-896.
---------------------------------------------

    Resolution: Fixed
      Assignee: Juan Jose Vazquez Delgado

Applied patch inside contrib/launchpad (revision 758342). I had to modify a little the features.xml file. Updated README.txt too.

Thanks to Sebastián Gómez for contribution.

> 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
>            Assignee: Juan Jose Vazquez Delgado
>            Priority: Minor
>         Attachments: sling-feature.zip
>
>
> 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:
> smx@root:/>features/addUrl mvn:my.groupId/sling-feature/1.0.0-SNAPSHOT/xml/features
> smx@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.