You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2012/10/29 21:24:12 UTC

[jira] [Created] (KARAF-1982) Cellar features should populate the bundles distributed map

Jean-Baptiste Onofré created KARAF-1982:
-------------------------------------------

             Summary: Cellar features should populate the bundles distributed map
                 Key: KARAF-1982
                 URL: https://issues.apache.org/jira/browse/KARAF-1982
             Project: Karaf
          Issue Type: Improvement
          Components: cellar-bundle, cellar-features
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0


Currently, Cellar features and bundles handlers are completely isolated. For instance, when you install a feature:

karaf@root> cluster:feature-install default eventadmin

the eventadmin feature bundles are not present in the bundles distributed map:

karaf@root> cluster:bundle-list default
No bundle found in cluster group default

In order to be consistent with "Karaf standalone" behavior, the bundles distributed map should be updated by the Cellar features handler.

--
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

[jira] [Reopened] (KARAF-1982) Cellar features should populate the bundles distributed map

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reopened KARAF-1982:
-----------------------------------------


This behavior was covered by the Cellar LocalBundleListener which was always active, even when sync was disabled (which is bad ;)).

So the cellar-feature bundle should do it himself and not relay to the cellar-bundle one.
                
> Cellar features should populate the bundles distributed map
> -----------------------------------------------------------
>
>                 Key: KARAF-1982
>                 URL: https://issues.apache.org/jira/browse/KARAF-1982
>             Project: Karaf
>          Issue Type: Improvement
>          Components: cellar-bundle, cellar-features
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> Currently, Cellar features and bundles handlers are completely isolated. For instance, when you install a feature:
> karaf@root> cluster:feature-install default eventadmin
> the eventadmin feature bundles are not present in the bundles distributed map:
> karaf@root> cluster:bundle-list default
> No bundle found in cluster group default
> In order to be consistent with "Karaf standalone" behavior, the bundles distributed map should be updated by the Cellar features handler.

--
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

[jira] [Commented] (KARAF-1982) Cellar features should populate the bundles distributed map

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13486320#comment-13486320 ] 

Jean-Baptiste Onofré commented on KARAF-1982:
---------------------------------------------

Fixed on cellar-2.3.x: http://svn.apache.org/viewvc?view=revision&revision=1403485
                
> Cellar features should populate the bundles distributed map
> -----------------------------------------------------------
>
>                 Key: KARAF-1982
>                 URL: https://issues.apache.org/jira/browse/KARAF-1982
>             Project: Karaf
>          Issue Type: Improvement
>          Components: cellar-bundle, cellar-features
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> Currently, Cellar features and bundles handlers are completely isolated. For instance, when you install a feature:
> karaf@root> cluster:feature-install default eventadmin
> the eventadmin feature bundles are not present in the bundles distributed map:
> karaf@root> cluster:bundle-list default
> No bundle found in cluster group default
> In order to be consistent with "Karaf standalone" behavior, the bundles distributed map should be updated by the Cellar features handler.

--
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

[jira] [Resolved] (KARAF-1982) Cellar features should populate the bundles distributed map

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-1982.
-----------------------------------------

    Resolution: Fixed
    
> Cellar features should populate the bundles distributed map
> -----------------------------------------------------------
>
>                 Key: KARAF-1982
>                 URL: https://issues.apache.org/jira/browse/KARAF-1982
>             Project: Karaf
>          Issue Type: Improvement
>          Components: cellar-bundle, cellar-features
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> Currently, Cellar features and bundles handlers are completely isolated. For instance, when you install a feature:
> karaf@root> cluster:feature-install default eventadmin
> the eventadmin feature bundles are not present in the bundles distributed map:
> karaf@root> cluster:bundle-list default
> No bundle found in cluster group default
> In order to be consistent with "Karaf standalone" behavior, the bundles distributed map should be updated by the Cellar features handler.

--
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

[jira] [Commented] (KARAF-1982) Cellar features should populate the bundles distributed map

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13486330#comment-13486330 ] 

Jean-Baptiste Onofré commented on KARAF-1982:
---------------------------------------------

Fixed on Cellar trunk: http://svn.apache.org/viewvc?view=revision&revision=1403495
                
> Cellar features should populate the bundles distributed map
> -----------------------------------------------------------
>
>                 Key: KARAF-1982
>                 URL: https://issues.apache.org/jira/browse/KARAF-1982
>             Project: Karaf
>          Issue Type: Improvement
>          Components: cellar-bundle, cellar-features
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> Currently, Cellar features and bundles handlers are completely isolated. For instance, when you install a feature:
> karaf@root> cluster:feature-install default eventadmin
> the eventadmin feature bundles are not present in the bundles distributed map:
> karaf@root> cluster:bundle-list default
> No bundle found in cluster group default
> In order to be consistent with "Karaf standalone" behavior, the bundles distributed map should be updated by the Cellar features handler.

--
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

[jira] [Commented] (KARAF-1982) Cellar features should populate the bundles distributed map

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13486312#comment-13486312 ] 

Jean-Baptiste Onofré commented on KARAF-1982:
---------------------------------------------

Fixed on cellar-2.2.x: http://svn.apache.org/viewvc?view=revision&revision=1403481
                
> Cellar features should populate the bundles distributed map
> -----------------------------------------------------------
>
>                 Key: KARAF-1982
>                 URL: https://issues.apache.org/jira/browse/KARAF-1982
>             Project: Karaf
>          Issue Type: Improvement
>          Components: cellar-bundle, cellar-features
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> Currently, Cellar features and bundles handlers are completely isolated. For instance, when you install a feature:
> karaf@root> cluster:feature-install default eventadmin
> the eventadmin feature bundles are not present in the bundles distributed map:
> karaf@root> cluster:bundle-list default
> No bundle found in cluster group default
> In order to be consistent with "Karaf standalone" behavior, the bundles distributed map should be updated by the Cellar features handler.

--
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

[jira] [Resolved] (KARAF-1982) Cellar features should populate the bundles distributed map

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-1982.
-----------------------------------------

    Resolution: Fixed
    
> Cellar features should populate the bundles distributed map
> -----------------------------------------------------------
>
>                 Key: KARAF-1982
>                 URL: https://issues.apache.org/jira/browse/KARAF-1982
>             Project: Karaf
>          Issue Type: Improvement
>          Components: cellar-bundle, cellar-features
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> Currently, Cellar features and bundles handlers are completely isolated. For instance, when you install a feature:
> karaf@root> cluster:feature-install default eventadmin
> the eventadmin feature bundles are not present in the bundles distributed map:
> karaf@root> cluster:bundle-list default
> No bundle found in cluster group default
> In order to be consistent with "Karaf standalone" behavior, the bundles distributed map should be updated by the Cellar features handler.

--
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