On Tue, Oct 13, 2009 at 11:46 AM, Simon Laws <[email protected]> wrote: > Hi Raymond > > ...snip >> Basically, each Node can be configured with the following information: >> >> domain: The URI of the domain that the Node belongs. >> domainRegistryURI: The URI that can be used to connect to a domain registry, >> such vm://localhost, multicast://<address>:<port>?attr1=v1&attr=v2. >> >> When the Node starts, it looks up the DomainRegistryFactory (replacing >> EndpointRegistryWrapper) which knows how to find an implementation of >> EndpointRegistry that support the scheme such as "vm" or "multicast". An >> instance is created for the given registry URI and domain URI and cached by >> the combined key. I removed the endpoint-wrapper module. > > Am very happy to see the wrapper as I didn't know what it was for ;-) >
See the log message from when it was committed - http://svn.apache.org/viewvc?view=rev&revision=808871 - which did have the commented that it should be changed to work more like this new way. ...ant
