2007/10/23, Simon Nash <[EMAIL PROTECTED]>: > There is something in the assembly spec for this (WiredByImpl) but > it didn't make it into the Java language binding. > > Do you need to dynamically rewire a reference that was previously > statically wired in the SCDL, or would you be OK with being able > to wire (and rewire) a reference that was described as WiredByImpl > in the SCDL?
Ok. I have a component with a reference to another one, i need to add a new reference to another component. So I need to do by myself.. I give you an example: Suppose just only jfor a moment, that I create a component manager service for a node (i know it already exists). I wanna ask to this component manager: "take components x in a node, load a component y and wire x to y". In this way i can load dynamically worker components and binding to my workpool in order to balance load between nodes. So i think that's the second one (WiredByImpl). Cheers, Giorgio. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
