On Tue, Feb 16, 2010 at 11:15 AM, <[email protected]> wrote: > I got the JMS binding example working but the client and the services both > run on the same JVM. How do I start the services (we'll treated this as a > server - up and running waiting for request from client) from one JVM and > start the client in another? Couldn't find an example on this. The closest > one is calculator-distributed in 1.x but doesn't work in 2.x because of > missing DomainManagerLauncherBootstrap. > Could somebody point me to the right direction? > > Thanks, >
You could probably find a similar scenario in one of the nodes itest https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/itest/nodes/ If those are not what you want, please give me more details and I could try to do something in my sandbox tonight or tomorrow. -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
