You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Lukas Roedl (Created) (JIRA)" <ji...@apache.org> on 2012/01/31 16:37:10 UTC

[jira] [Created] (KARAF-1176) Support for OSGi event distribution in Karaf Cellar

Support for OSGi event distribution in Karaf Cellar
---------------------------------------------------

                 Key: KARAF-1176
                 URL: https://issues.apache.org/jira/browse/KARAF-1176
             Project: Karaf
          Issue Type: New Feature
          Components: cellar-core
    Affects Versions: cellar-2.2.3
            Reporter: Lukas Roedl
             Fix For: cellar-2.2.4


I was missing the functionality to publish and listen to OSGi events over separate Cellar nodes.

Our application heavily uses OSGi events and up to now we used R-OSGi (http://r-osgi.sourceforge.net/) for that.
Now I've changed the whole framework to Karaf and I wanted to use Cellar's DOSGi implementation to get the same functionality.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (KARAF-1176) Support for OSGi event distribution in Karaf Cellar

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

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

Nevermind, my fault ;)
                
> Support for OSGi event distribution in Karaf Cellar
> ---------------------------------------------------
>
>                 Key: KARAF-1176
>                 URL: https://issues.apache.org/jira/browse/KARAF-1176
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Lukas Roedl
>            Assignee: Jean-Baptiste Onofré
>              Labels: patch
>             Fix For: cellar-3.0.0, cellar-2.2.4
>
>         Attachments: event.patch
>
>
> I was missing the functionality to publish and listen to OSGi events over separate Cellar nodes.
> Our application heavily uses OSGi events and up to now we used R-OSGi (http://r-osgi.sourceforge.net/) for that.
> Now I've changed the whole framework to Karaf and I wanted to use Cellar's DOSGi implementation to get the same functionality.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-1176) Support for OSGi event distribution in Karaf Cellar

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

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

The LocalEventListener doesn't look correct to me as it manipulate OSGi event, whereas it should manipulate Cellar event. I fix that.
                
> Support for OSGi event distribution in Karaf Cellar
> ---------------------------------------------------
>
>                 Key: KARAF-1176
>                 URL: https://issues.apache.org/jira/browse/KARAF-1176
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Lukas Roedl
>            Assignee: Jean-Baptiste Onofré
>              Labels: patch
>             Fix For: cellar-3.0.0, cellar-2.2.4
>
>         Attachments: event.patch
>
>
> I was missing the functionality to publish and listen to OSGi events over separate Cellar nodes.
> Our application heavily uses OSGi events and up to now we used R-OSGi (http://r-osgi.sourceforge.net/) for that.
> Now I've changed the whole framework to Karaf and I wanted to use Cellar's DOSGi implementation to get the same functionality.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (KARAF-1176) Support for OSGi event distribution in Karaf Cellar

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

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

    Resolution: Fixed
    
> Support for OSGi event distribution in Karaf Cellar
> ---------------------------------------------------
>
>                 Key: KARAF-1176
>                 URL: https://issues.apache.org/jira/browse/KARAF-1176
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Lukas Roedl
>            Assignee: Jean-Baptiste Onofré
>              Labels: patch
>             Fix For: cellar-3.0.0, cellar-2.2.4
>
>         Attachments: event.patch
>
>
> I was missing the functionality to publish and listen to OSGi events over separate Cellar nodes.
> Our application heavily uses OSGi events and up to now we used R-OSGi (http://r-osgi.sourceforge.net/) for that.
> Now I've changed the whole framework to Karaf and I wanted to use Cellar's DOSGi implementation to get the same functionality.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (KARAF-1176) Support for OSGi event distribution in Karaf Cellar

Posted by "Lukas Roedl (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Roedl updated KARAF-1176:
-------------------------------

    Attachment: event.patch

Now the patch should work as expected...
                
> Support for OSGi event distribution in Karaf Cellar
> ---------------------------------------------------
>
>                 Key: KARAF-1176
>                 URL: https://issues.apache.org/jira/browse/KARAF-1176
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Lukas Roedl
>            Assignee: Jean-Baptiste Onofré
>              Labels: patch
>             Fix For: cellar-2.2.4
>
>         Attachments: event.patch
>
>
> I was missing the functionality to publish and listen to OSGi events over separate Cellar nodes.
> Our application heavily uses OSGi events and up to now we used R-OSGi (http://r-osgi.sourceforge.net/) for that.
> Now I've changed the whole framework to Karaf and I wanted to use Cellar's DOSGi implementation to get the same functionality.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-1176) Support for OSGi event distribution in Karaf Cellar

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

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

I added:
- a cellar-event feature
- a quick documentation

Added on cellar trunk: revision 1239154
                
> Support for OSGi event distribution in Karaf Cellar
> ---------------------------------------------------
>
>                 Key: KARAF-1176
>                 URL: https://issues.apache.org/jira/browse/KARAF-1176
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Lukas Roedl
>            Assignee: Jean-Baptiste Onofré
>              Labels: patch
>             Fix For: cellar-3.0.0, cellar-2.2.4
>
>         Attachments: event.patch
>
>
> I was missing the functionality to publish and listen to OSGi events over separate Cellar nodes.
> Our application heavily uses OSGi events and up to now we used R-OSGi (http://r-osgi.sourceforge.net/) for that.
> Now I've changed the whole framework to Karaf and I wanted to use Cellar's DOSGi implementation to get the same functionality.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Assigned] (KARAF-1176) Support for OSGi event distribution in Karaf Cellar

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

Jean-Baptiste Onofré reassigned KARAF-1176:
-------------------------------------------

    Assignee: Jean-Baptiste Onofré
    
> Support for OSGi event distribution in Karaf Cellar
> ---------------------------------------------------
>
>                 Key: KARAF-1176
>                 URL: https://issues.apache.org/jira/browse/KARAF-1176
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Lukas Roedl
>            Assignee: Jean-Baptiste Onofré
>              Labels: patch
>             Fix For: cellar-2.2.4
>
>         Attachments: event.patch
>
>
> I was missing the functionality to publish and listen to OSGi events over separate Cellar nodes.
> Our application heavily uses OSGi events and up to now we used R-OSGi (http://r-osgi.sourceforge.net/) for that.
> Now I've changed the whole framework to Karaf and I wanted to use Cellar's DOSGi implementation to get the same functionality.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Issue Comment Edited] (KARAF-1176) Support for OSGi event distribution in Karaf Cellar

Posted by "Lukas Roedl (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196982#comment-13196982 ] 

Lukas Roedl edited comment on KARAF-1176 at 1/31/12 3:39 PM:
-------------------------------------------------------------

I've created a patch which adds the desired functionality. Looking forward to your comments...
                
      was (Author: roedll):
    I've c reated a patch which adds the desired functionality. Looking forward to your comments...
                  
> Support for OSGi event distribution in Karaf Cellar
> ---------------------------------------------------
>
>                 Key: KARAF-1176
>                 URL: https://issues.apache.org/jira/browse/KARAF-1176
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Lukas Roedl
>              Labels: patch
>             Fix For: cellar-2.2.4
>
>         Attachments: event.patch
>
>
> I was missing the functionality to publish and listen to OSGi events over separate Cellar nodes.
> Our application heavily uses OSGi events and up to now we used R-OSGi (http://r-osgi.sourceforge.net/) for that.
> Now I've changed the whole framework to Karaf and I wanted to use Cellar's DOSGi implementation to get the same functionality.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (KARAF-1176) Support for OSGi event distribution in Karaf Cellar

Posted by "Ioannis Canellos (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13197142#comment-13197142 ] 

Ioannis Canellos commented on KARAF-1176:
-----------------------------------------

Hi Lucas. Thanks for the contribution. 

>From a quick glimpse I gave to the patch I noticed that it deletes some stuff from the bundle module, which I think that is not intentional right?
Other than that It looks good to me (as I said from a first glance). I'll need to have a detailed look at it during the week.


 
                
> Support for OSGi event distribution in Karaf Cellar
> ---------------------------------------------------
>
>                 Key: KARAF-1176
>                 URL: https://issues.apache.org/jira/browse/KARAF-1176
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Lukas Roedl
>              Labels: patch
>             Fix For: cellar-2.2.4
>
>         Attachments: event.patch
>
>
> I was missing the functionality to publish and listen to OSGi events over separate Cellar nodes.
> Our application heavily uses OSGi events and up to now we used R-OSGi (http://r-osgi.sourceforge.net/) for that.
> Now I've changed the whole framework to Karaf and I wanted to use Cellar's DOSGi implementation to get the same functionality.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (KARAF-1176) Support for OSGi event distribution in Karaf Cellar

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

Jean-Baptiste Onofré updated KARAF-1176:
----------------------------------------

    Fix Version/s: cellar-3.0.0
    
> Support for OSGi event distribution in Karaf Cellar
> ---------------------------------------------------
>
>                 Key: KARAF-1176
>                 URL: https://issues.apache.org/jira/browse/KARAF-1176
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Lukas Roedl
>            Assignee: Jean-Baptiste Onofré
>              Labels: patch
>             Fix For: cellar-3.0.0, cellar-2.2.4
>
>         Attachments: event.patch
>
>
> I was missing the functionality to publish and listen to OSGi events over separate Cellar nodes.
> Our application heavily uses OSGi events and up to now we used R-OSGi (http://r-osgi.sourceforge.net/) for that.
> Now I've changed the whole framework to Karaf and I wanted to use Cellar's DOSGi implementation to get the same functionality.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-1176) Support for OSGi event distribution in Karaf Cellar

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

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

Thanks Lukasz, I review that.
                
> Support for OSGi event distribution in Karaf Cellar
> ---------------------------------------------------
>
>                 Key: KARAF-1176
>                 URL: https://issues.apache.org/jira/browse/KARAF-1176
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Lukas Roedl
>            Assignee: Jean-Baptiste Onofré
>              Labels: patch
>             Fix For: cellar-3.0.0, cellar-2.2.4
>
>         Attachments: LocalEventListener.java.patch, event.patch
>
>
> I was missing the functionality to publish and listen to OSGi events over separate Cellar nodes.
> Our application heavily uses OSGi events and up to now we used R-OSGi (http://r-osgi.sourceforge.net/) for that.
> Now I've changed the whole framework to Karaf and I wanted to use Cellar's DOSGi implementation to get the same functionality.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (KARAF-1176) Support for OSGi event distribution in Karaf Cellar

Posted by "Lukas Roedl (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Roedl updated KARAF-1176:
-------------------------------

    Attachment: event.patch

I've c reated a patch which adds the desired functionality. Looking forward to your comments...
                
> Support for OSGi event distribution in Karaf Cellar
> ---------------------------------------------------
>
>                 Key: KARAF-1176
>                 URL: https://issues.apache.org/jira/browse/KARAF-1176
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Lukas Roedl
>              Labels: patch
>             Fix For: cellar-2.2.4
>
>         Attachments: event.patch
>
>
> I was missing the functionality to publish and listen to OSGi events over separate Cellar nodes.
> Our application heavily uses OSGi events and up to now we used R-OSGi (http://r-osgi.sourceforge.net/) for that.
> Now I've changed the whole framework to Karaf and I wanted to use Cellar's DOSGi implementation to get the same functionality.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (KARAF-1176) Support for OSGi event distribution in Karaf Cellar

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

Lukas Roedl updated KARAF-1176:
-------------------------------

    Attachment: LocalEventListener.java.patch

I added a restriction to the logging of outbound events so that the log isn't spamed with warnings.
                
> Support for OSGi event distribution in Karaf Cellar
> ---------------------------------------------------
>
>                 Key: KARAF-1176
>                 URL: https://issues.apache.org/jira/browse/KARAF-1176
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Lukas Roedl
>            Assignee: Jean-Baptiste Onofré
>              Labels: patch
>             Fix For: cellar-3.0.0, cellar-2.2.4
>
>         Attachments: LocalEventListener.java.patch, event.patch
>
>
> I was missing the functionality to publish and listen to OSGi events over separate Cellar nodes.
> Our application heavily uses OSGi events and up to now we used R-OSGi (http://r-osgi.sourceforge.net/) for that.
> Now I've changed the whole framework to Karaf and I wanted to use Cellar's DOSGi implementation to get the same functionality.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-1176) Support for OSGi event distribution in Karaf Cellar

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

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

The new patch looks good to me. I will just add a Cellar feature to install the event support.

Thanks Lukas !
                
> Support for OSGi event distribution in Karaf Cellar
> ---------------------------------------------------
>
>                 Key: KARAF-1176
>                 URL: https://issues.apache.org/jira/browse/KARAF-1176
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Lukas Roedl
>            Assignee: Jean-Baptiste Onofré
>              Labels: patch
>             Fix For: cellar-3.0.0, cellar-2.2.4
>
>         Attachments: event.patch
>
>
> I was missing the functionality to publish and listen to OSGi events over separate Cellar nodes.
> Our application heavily uses OSGi events and up to now we used R-OSGi (http://r-osgi.sourceforge.net/) for that.
> Now I've changed the whole framework to Karaf and I wanted to use Cellar's DOSGi implementation to get the same functionality.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (KARAF-1176) Support for OSGi event distribution in Karaf Cellar

Posted by "Lukas Roedl (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Roedl updated KARAF-1176:
-------------------------------

    Attachment:     (was: event.patch)
    
> Support for OSGi event distribution in Karaf Cellar
> ---------------------------------------------------
>
>                 Key: KARAF-1176
>                 URL: https://issues.apache.org/jira/browse/KARAF-1176
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Lukas Roedl
>            Assignee: Jean-Baptiste Onofré
>              Labels: patch
>             Fix For: cellar-2.2.4
>
>
> I was missing the functionality to publish and listen to OSGi events over separate Cellar nodes.
> Our application heavily uses OSGi events and up to now we used R-OSGi (http://r-osgi.sourceforge.net/) for that.
> Now I've changed the whole framework to Karaf and I wanted to use Cellar's DOSGi implementation to get the same functionality.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-1176) Support for OSGi event distribution in Karaf Cellar

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

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

Yeah, I disagree with the current path. Especially the bundle cluster group support is more or less disable, and the commands also.

I think that we can install events as optional feature (like eventadmin in Karaf), without changing directly the bundle feature.

I will propose a new patch asap.
                
> Support for OSGi event distribution in Karaf Cellar
> ---------------------------------------------------
>
>                 Key: KARAF-1176
>                 URL: https://issues.apache.org/jira/browse/KARAF-1176
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Lukas Roedl
>            Assignee: Jean-Baptiste Onofré
>              Labels: patch
>             Fix For: cellar-2.2.4
>
>         Attachments: event.patch
>
>
> I was missing the functionality to publish and listen to OSGi events over separate Cellar nodes.
> Our application heavily uses OSGi events and up to now we used R-OSGi (http://r-osgi.sourceforge.net/) for that.
> Now I've changed the whole framework to Karaf and I wanted to use Cellar's DOSGi implementation to get the same functionality.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-1176) Support for OSGi event distribution in Karaf Cellar

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

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

Added on cellar-2.2.x: revision 1239176
                
> Support for OSGi event distribution in Karaf Cellar
> ---------------------------------------------------
>
>                 Key: KARAF-1176
>                 URL: https://issues.apache.org/jira/browse/KARAF-1176
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Lukas Roedl
>            Assignee: Jean-Baptiste Onofré
>              Labels: patch
>             Fix For: cellar-3.0.0, cellar-2.2.4
>
>         Attachments: event.patch
>
>
> I was missing the functionality to publish and listen to OSGi events over separate Cellar nodes.
> Our application heavily uses OSGi events and up to now we used R-OSGi (http://r-osgi.sourceforge.net/) for that.
> Now I've changed the whole framework to Karaf and I wanted to use Cellar's DOSGi implementation to get the same functionality.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-1176) Support for OSGi event distribution in Karaf Cellar

Posted by "Lukas Roedl (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13197618#comment-13197618 ] 

Lukas Roedl commented on KARAF-1176:
------------------------------------

The deletion in the "bundle" module was NOT intended and is not necessary.
I'll provide a clean patch asap. Seems Eclipse got something wrong here...
                
> Support for OSGi event distribution in Karaf Cellar
> ---------------------------------------------------
>
>                 Key: KARAF-1176
>                 URL: https://issues.apache.org/jira/browse/KARAF-1176
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Lukas Roedl
>            Assignee: Jean-Baptiste Onofré
>              Labels: patch
>             Fix For: cellar-2.2.4
>
>         Attachments: event.patch
>
>
> I was missing the functionality to publish and listen to OSGi events over separate Cellar nodes.
> Our application heavily uses OSGi events and up to now we used R-OSGi (http://r-osgi.sourceforge.net/) for that.
> Now I've changed the whole framework to Karaf and I wanted to use Cellar's DOSGi implementation to get the same functionality.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira