You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Dmitry Sklyut (JIRA)" <ji...@apache.org> on 2009/05/07 22:04:45 UTC

[jira] Created: (FELIX-1133) Allow usage of fragments in Karaf features

Allow usage of fragments in Karaf features
------------------------------------------

                 Key: FELIX-1133
                 URL: https://issues.apache.org/jira/browse/FELIX-1133
             Project: Felix
          Issue Type: Improvement
          Components: Karaf
         Environment: karaf 1.2.0-SNAPSHOT, OSX, java 5, equinox
            Reporter: Dmitry Sklyut
            Priority: Minor


org.apache.felix.karaf.gshell.features tries to start all of the bundles defined in feature definition xml.  That fails for fragment bundles.
This does not address fragment support in felix, only allowing fragments to be specified in feature definition.  We are using equinox.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (FELIX-1133) Allow usage of fragments in Karaf features

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

Chris Custine reassigned FELIX-1133:
------------------------------------

    Assignee: Chris Custine

> Allow usage of fragments in Karaf features
> ------------------------------------------
>
>                 Key: FELIX-1133
>                 URL: https://issues.apache.org/jira/browse/FELIX-1133
>             Project: Felix
>          Issue Type: Improvement
>          Components: Karaf
>         Environment: karaf 1.2.0-SNAPSHOT, OSX, java 5, equinox
>            Reporter: Dmitry Sklyut
>            Assignee: Chris Custine
>            Priority: Minor
>         Attachments: allow_fragments_in_features_when_using_equinox.patch
>
>
> org.apache.felix.karaf.gshell.features tries to start all of the bundles defined in feature definition xml.  That fails for fragment bundles.
> This does not address fragment support in felix, only allowing fragments to be specified in feature definition.  We are using equinox.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (FELIX-1133) Allow usage of fragments in Karaf features

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

Guillaume Nodet resolved FELIX-1133.
------------------------------------

       Resolution: Fixed
    Fix Version/s: karaf-1.0.0

URL: http://svn.apache.org/viewvc?rev=802687&view=rev

Thanks for the patch !

> Allow usage of fragments in Karaf features
> ------------------------------------------
>
>                 Key: FELIX-1133
>                 URL: https://issues.apache.org/jira/browse/FELIX-1133
>             Project: Felix
>          Issue Type: Improvement
>          Components: Karaf
>         Environment: karaf 1.2.0-SNAPSHOT, OSX, java 5, equinox
>            Reporter: Dmitry Sklyut
>            Assignee: Chris Custine
>            Priority: Minor
>             Fix For: karaf-1.0.0
>
>         Attachments: allow_fragments_in_features_when_using_equinox.patch
>
>
> org.apache.felix.karaf.gshell.features tries to start all of the bundles defined in feature definition xml.  That fails for fragment bundles.
> This does not address fragment support in felix, only allowing fragments to be specified in feature definition.  We are using equinox.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (FELIX-1133) Allow usage of fragments in Karaf features

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

Dmitry Sklyut updated FELIX-1133:
---------------------------------

    Attachment: allow_fragments_in_features_when_using_equinox.patch

Attaching a simpleton patch.  Just checking "Fragment-Host" header before calling start on a bundle.

> Allow usage of fragments in Karaf features
> ------------------------------------------
>
>                 Key: FELIX-1133
>                 URL: https://issues.apache.org/jira/browse/FELIX-1133
>             Project: Felix
>          Issue Type: Improvement
>          Components: Karaf
>         Environment: karaf 1.2.0-SNAPSHOT, OSX, java 5, equinox
>            Reporter: Dmitry Sklyut
>            Priority: Minor
>         Attachments: allow_fragments_in_features_when_using_equinox.patch
>
>
> org.apache.felix.karaf.gshell.features tries to start all of the bundles defined in feature definition xml.  That fails for fragment bundles.
> This does not address fragment support in felix, only allowing fragments to be specified in feature definition.  We are using equinox.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.