I've a problem using SCARuntimeActivator with implementation-script tests as it fails saying there are components with duplicate names. This looks like its because there are multiple .composite files for all the various testcases which do use the same component names and they're all getting found and used even though the SCARuntimeActivator start method takes a composite name. How should this work? Should all the .composite files get used (so why does SCARuntimeActivator.start need a composite name?) Should it be possible to do unit tests like the script impl does with lots of individual .composite files?
See https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/modules/implementation-script/src/test/resources/org/apache/tuscany/sca/implementation/script/itests/ ...ant
