diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-16 08:28:17 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-16 08:28:17 +0000 |
commit | ef56a88d21b2c3570d4cfe8bbb5743eff9d7eb67 (patch) | |
tree | 4fa444a270274e3b0e5017dd56d356a04ff5cf7e /java | |
parent | f2d822fa7eba1e0fbbae1ff4b94921f96f30250b (diff) |
Fix message for JCA_10052
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825810 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r-- | java/sca/otest/newlayout/tuscany-java-caa-test-runner/src/test/resources/tuscany-oasis-sca-tests-errors.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/otest/newlayout/tuscany-java-caa-test-runner/src/test/resources/tuscany-oasis-sca-tests-errors.properties b/java/sca/otest/newlayout/tuscany-java-caa-test-runner/src/test/resources/tuscany-oasis-sca-tests-errors.properties index c31dc0340f..035e4e9010 100644 --- a/java/sca/otest/newlayout/tuscany-java-caa-test-runner/src/test/resources/tuscany-oasis-sca-tests-errors.properties +++ b/java/sca/otest/newlayout/tuscany-java-caa-test-runner/src/test/resources/tuscany-oasis-sca-tests-errors.properties @@ -42,5 +42,5 @@ JCA_10048=org.apache.tuscany.sca.contribution.processor.ContributionResolveExcep JCA_10049=org.apache.tuscany.sca.contribution.processor.ContributionResolveException: org.apache.tuscany.sca.implementation.java.IntrospectionException: JCA90050 The number of Strings in the names attribute array of the @Service annotation MUST match the number of elements in the value attribute array JCA_10050=* org.oasisopen.sca.ServiceRuntimeException: Deployment composite Test_JCA_10050.composite cannot be found within contribution file:/C:/Tuscany/SVN/2.x-trunk/otest/newlayout/tuscany-java-caa-test-runner/../sca-java-caa/JCA_10050/target/JCA_10050.zip JCA_10051=* org.oasisopen.sca.ServiceRuntimeException: Deployment composite Test_JCA_10051.composite cannot be found within contribution file:/C:/Tuscany/SVN/2.x-trunk/otest/newlayout/tuscany-java-caa-test-runner/../sca-java-caa/JCA_10051/target/JCA_10051.zip -JCA_10052=* org.apache.tuscany.sca.contribution.processor.ContributionResolveException: org.apache.tuscany.sca.implementation.java.IntrospectionException: JCA90060 The value of each element in the @Service names array MUST be unique amongst all the other element values in the array +JCA_10052=org.apache.tuscany.sca.contribution.processor.ContributionResolveException: org.apache.tuscany.sca.implementation.java.IntrospectionException: JCA90060 The value of each element in the @Service names array MUST be unique amongst all the other element values in the array JCA_11005=* org.apache.tuscany.sca.contribution.processor.ContributionReadException: java.io.FileNotFoundException: C:TuscanySVN2.x-trunkotestnewlayouttuscany-java-caa-test-runner..sca-java-caaJCA_11005targetJCA_11005.zip (The system cannot find the path specified) |