[equinox-dev] ConfigAdmin getConfiguration from external storage

2011-05-13 Thread Philip Yankov
Hi, Is it possible to get a notification when ConfigurationAdmin.getConfiguration( with any pid ) is called and return a configuration from an external storage then? Are you aware of existing mechanism to achieve this? Alternatively, we thought of pluging a hook inside getConfiguration() method,

Re: [equinox-dev] ConfigAdmin getConfiguration from external storage

2011-05-13 Thread Neil Bartlett
Hi Philip, The normal way to hook config admin into an external data storage is to write a management agent that *calls* getConfiguration() and supplies the data via an update to the Configuration object. That way your agent can work with any config admin implementation. Typically config admin

Re: [equinox-dev] ConfigAdmin getConfiguration from external storage

2011-05-13 Thread Philip Yankov
Hi Neil, Actually I want not to call update on Configuration object because in that way the configuration will go to internal configuration store of ConfigAdmin. I just want when getConfiguration is called and nothing is found in internal configuration store of ConfigAdmin, to hook exactly there

[equinox-dev] Eclipse and Equinox 3.7RC1 now available

2011-05-13 Thread Kim Moir
Eclipse and Equinox 3.7RC1 is now available p2 repository http://download.eclipse.org/eclipse/updates/3.7milestones Eclipse http://download.eclipse.org/downloads/drops/S-3.7RC1-201105122000/index.php Equinox http://download.eclipse.org/equinox/drops/S-3.7RC1-201105122000/index.php