Hi.

Is it possible to have components that depend on others from the same
configuration file? Like

   <component foo>
       <instance xyz/>
   </compopnent foo>

   <component bar>
       <instance abc/> <!-- needs foo for setup -->
   </component bar>

AFAIU ECM uses a BucketMap to store the component handlers and
initializes them in the order returned by the map. Hence this sequence
does not reflect the order in which the components appeared in the
configuration file and dependencies whithin a single config file (or a
ECM) during startup might break.

Is this correct? Is there a way to allow such dependencies?

TIA,

        Chris.

-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to