Hi folks.
I have experience only with ECM, and I guess this question will sound really stupid, 
but I'm total newbie in COP ...
Lets say I have couple of components and each containing its own instance of same 
child component. That means implementation of my child component cannot be ThreadSafe 
but SingleThreaded, thus allowing all parents to get its own instances by calling 
lookup in their compose() methods. Now my question is - What is proper way to 
parameterize this child component by parent components if this parameter is supose to 
be different for each child instance? Of course, this parameterization should happen 
before lookup method is called in parents' compose() methods, and cannot figure out 
when and where ? Till now, I usually parameterized component on global level, and this 
parameter was not dependant upon parent component, but now ...

Regards,
Vjeran




--
To unsubscribe, e-mail:   <mailto:avalon-users-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-users-help@;jakarta.apache.org>

Reply via email to