Hi Carl, On 13.07.2010 15:57, Carl Hall wrote: > I've just been turned on to the wonder that is component configuration > through FileInstall[1]. Using this, is it possible to set such attributes > as "immediate" or "enabled" on the component?
Assuming you are talking about Declarative Services Components ... No, configuration only applies to properties defined with either the <prooperty> or <properties> element of the declaration, with the exception of the "target" attribute of services references, which may also be configured using the special .target property name suffix. This is because confiugaration provided through File Install is applied to the Configuration Admin Service. Hope this helps. Regards Felix > > 1 http://felix.apache.org/site/apache-felix-file-install.html > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

