Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » No points in EventBroker topics
No points in EventBroker topics [message #997575] Tue, 08 January 2013 12:40 Go to next message
Alex Kipling is currently offline Alex KiplingFriend
Messages: 260
Registered: July 2012
Senior Member
When using the EventBroker for inter-bundle communication the topics are used, which are String messages send to plugins, by method
send(String topic, Object data)


Using of points inside these messages seems to be forbidden.


In my application I would like to use the e4 ids as topic messages.
This would be quite natural in my case, since it would be self explanary where the message comes from.

Why does this limitation exist for topic messages?
It seems not be documented?
Can it be removed?
Re: No points in EventBroker topics [message #1002390 is a reply to message #997575] Fri, 18 January 2013 13:51 Go to previous message
Eclipse UserFriend
AFAIK (though not sure) the event broker itself does not force this limitation. But since it is a wrapper around OSGi's EventAdmin service the limitation might be of the latter. If so, you might have more luck in the OSGi forum.
Previous Topic:No menu when launching newly built e4 application
Next Topic:Draggable toolbars in pure E4 application
Goto Forum:
  


Current Time: Thu Apr 25 06:02:10 GMT 2024

Powered by FUDForum. Page generated in 0.02972 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top