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.DomainManagerLauncherBootstra p 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
