On 6/2/10 7:58 AM, Norbert Somlai wrote:
> 
> Hi,
> 
> I know how to use FileInstall or the Web Console to reconfigure a component.
> What I could not find is a way to declaratively configure a component
> instance in component.xml, so I could keep the reference and the
> configuration at the same place. Something like
> 
> <reference interface="com.acme.IInterface" bind="setInterface"
> unbind="unsetInterface" policy="dynamic" cardinality="1..1" > 
> 
>    <property name="param1" value="value1"/>
>    ...
> </reference>
> 
> and the ComponentContext on activation would contain this property so the
> new instance could initialize itself with it.
> 
> Is there a way to achieve something like this with DS or DS+CM?
> 
> Thanks, Norbert
Did you mean to nest the <property> element within the <reference>
element like that? That's not valid. <property> elements need to go at
the same level as the <reference> element (i.e. directly within the
<component> element).

Justin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to