On Mon, Jan 10, 2011 at 9:03 PM, Johnny Simons <[email protected]> wrote: > In the beta1 release notes it says that remote domain support is disabled, > whats the status of this? Does the trunk code have support for this now? > > J > >
Hi Johnny The code is in trunk but it requires more work. The remote domain support relies on a distributed registry to share domain information between nodes. We've had various implementations of the registry including Hazelcast and Tribes. With the basic support we have the idea is that you start a Tuscany node, telling it which domain it belongs to, and it publishes information about the components/services that it's starting. The intention is to separate the registry from the way it's populated so, for example, you can imagine it being populated using a centralized manager like we have in the 1.x code base. That's not been ported across yet and currently nodes populate it independently. Ant may have a better handle on what the status is as I forget what the issue was in Beta1. We'll have to fire up the test cases and see what works and what doesn't. I'll give it a go when I get the thing I'm working on at the moment out of the way. Regards Simon -- Apache Tuscany committer: tuscany.apache.org Co-author of a book about Tuscany and SCA: tuscanyinaction.com
