hi,Raymond I read read these sources code from the link you give,and i am developing a distribute application using tuscany 2.0.
If i use your method in only one JVM(all the application just in one machine, it runs ok, every node can find each other. However , if i run different no de in different machine(in different JVM), it fails, nodes can not find each other. Can you give me a real distribute application, not the application just run in the same JVM, to study? yours, rgc 2012/5/17 rgc <[email protected]> > 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 **** >
