Change configuration location dynamically? Best practice? [message #330286] |
Thu, 24 July 2008 13:51 |
Eclipse User |
|
|
|
Originally posted by: a.heikhaus.cenit.de
Hi,
I have the following problem: I have to change the configuration location dynamically on startup.
Therefore I can not use the way of editing the ini-file and setting osgi.configuration.area. More precisely: Configuration-area-informations will be provided by the windows registry and can be different for each startup of my rcp-app on the same machine. Now I´m asking by myself: Where is the best point to integrate? Is it a common way to call somewhere
Location confLocation = Platform.getConfigurationLocation();
confLocation.setURL(value, lock);
Where to do it best? Is there still a possible way or is the location already set in each case?
And how to prevent my launch configuration (when runnning my rcp within my IDE) to set no configuration-location? (@noDefault or @none has no effects)
Thanks
André
|
|
|
Re: Change configuration location dynamically? Best practice? [message #330313 is a reply to message #330286] |
Fri, 25 July 2008 07:01 |
Eclipse User |
|
|
|
Originally posted by: a.heikhaus.cenit.de
Hi,
I found out I´m in the wrong forum. I think that is a theme for equinox because the OSGI-platform needs the configuration area. So I think that it´s impossible to handle that action I want to do in the context of the my rcp-app. May be I can do that somewhere at startup of equinox.
|
|
|
Powered by
FUDForum. Page generated in 0.03128 seconds