Thanks.
> Basically, you access the properties from the ComponentContext you get > in the activate method by calling the ComponentContext.getProperties() > method. This returns you all the properties, which you have set > "programmatically", i.e. the default values, as well as the configured > values, where the configured values overwrite the default > (programmatically set values). > I know, but what happens for instance if you want the property being initialized from the result of a method accesing to bundle context?. Is that possible?. BR, Juanjo.
