Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » ConfigurationAdmin
ConfigurationAdmin [message #125310] Thu, 29 January 2009 19:59
Jochen Mader is currently offline Jochen MaderFriend
Messages: 24
Registered: July 2009
Junior Member
Can somebody please help me to make sense of the following behaviour?

Scenario 1:
I register a service from bundle A in its activator.
A service from bundle B now gets the Configuration for that service using
its PID.
I get the Configuration and after adding the properties to the Dictionary
I do an update.
The changes are not propagated to the service registered by A.

Scenario 2:
If I register the service from bundle A and also configure it in there
with some temporay values (getting the Configuration from
ConfigurationAdmin using its PID) and then try to configure it in Bundle
B the changes propagate.

Scenario 3:
In the last scenario I basically do the same as in Scenario 1 with the
difference that I use getConfiguration(PID, LOCATION) instead of
getConfiguration(PID).

I was unable to make any sense of this behaviour and it would be great if
someone could provide me with an explanation.

Thx
Jochen
Previous Topic:Exception with UserAdmin service and getUser
Next Topic:multithreaded safety of equinox
Goto Forum:
  


Current Time: Tue Mar 19 02:09:07 GMT 2024

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

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

Back to the top