Re: Adding dynamically references

2007-10-24 Thread Giorgio Zoppi
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

Re: Adding dynamically references

2007-10-23 Thread Simon Nash
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

Adding dynamically references

2007-10-22 Thread Giorgio Zoppi
Hi, I need to add/remove dynamically a reference to another component. For example i've configured a component MyComponentA in a node: public class MyComponentA implements ComponentA { private OtherService serviceA; @Reference public void seOtherService(OtherService wService) {