Hi, I am using Tuscany 1.6 and am trying to get start all composites on the classpath to start using the no-arg newInstance() method of the SCADomain; the probem is only the 1st (w.r.t. classpath ordering) is ever started. 'main' is basically just:
org.apache.tuscany.sca.host.embedded.SCADomain.newInstance(); I currently only have 2 composites and only 'A' will start if the class path is: dirA/META-INF/sca-deployables/a.composite dirB/META-INF/sca-deployables/b.composite If I reorder the classpath to be dirB/*...:dirA/*... then B will start and not A. Please could someone help me understand if there is something missing in what I am doing? or if what I am doing is just wrong? Regards Wayne