I have two composites ( 2 jar files ) and a separate client jar file. I am trying to invoke the client test cases through iTest plugin. It complains with the following error.
[INFO] Multiple SCDL files found on test classpath: file:/C:/SDO2/Tuscany/java/testing/sca/itest/bindingsTest/bindingsclient/targe t/classes/META-INF/sca/default.scdl jar:file:/C:/SDO2/Tuscany/java/testing/sca/itest/bindingsTest/bindingsutility/ target/bindingsutility-SNAPSHOT.jar!/META-INF/sca/default.scdl jar:file:/C:/SDO2/Tuscany/java/testing/sca/itest/bindingsTest/bindingscomposit e/target/bindingscomposite-SNAPSHOT.jar!/META-INF/sca/default.scdl Any ideas on how to go about this ? Can i rename the scdl files in the two composites to something else ? If so how would Tuscany runtime find them ? Hasan
