Hi, The DomainManager is not available in Tuscany 2.x.
In Tuscany 2.x, we use distributed domain registry to publish and discover service endpoints. There are a few different implementations based on Hazelcast and Tomcat Tribes. You can find some samples at: https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/testing/itest/domain-node-hazelcast/ Thanks, Raymond On May 17, 2012, at 5:25 AM, rgc wrote: > I am using the Tuscany 2.0 to deploy application, > When I run this code line, > DomainManagerLauncher.main(args); > > It turns out a error, java.lang.ClassNotFoundException: > org.apache.tuscany.sca.domain.manager.launcher.DomainManagerLauncherBootstrap > Then I go to the modules, and I did not find any project containing this > class. However, I find this class in project tuscany-domain-manager. > Can anyone tell why? > > Is this project not implemented in Tuscany 2.0? > > > > when I use Tuscany 1.6
