I have a question on the (current;) ComponenManager. Right now I have a Component in our project which can simply looked up by "cm.lookup(role)" but now I'm about to need another Component for the same role. So usually I would use a ComponentSelector for this. But what happens with the current code where I only do a lookup(role). Do I have to go threw the code and change this to use the ComponentSelector, too?
In the end it comes to one question: What's the behaviour of the ComponentManager when a "lookup(role)" is called when there are more than one Components for that role? -- Torsten -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
