Another part of the distributed domain support we've still to do is deploying composites with <wire> elements which retarget existing references. This is described in section 5.4 in the Assembly spec. The wires could be deployed anywhere in the domain so the reference is not necessarily in the same JVM as the wire, so this is new information we need to propergate around the distributed registry, and we need to be able to put things back when a wire is undeployed so it needs a way to remember the old target.
...ant
