diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-10-05 07:31:08 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-10-05 07:31:08 +0000 |
commit | af89846c1bc308a26fbb0fceb79a758e711d6547 (patch) | |
tree | c0f7feada4ef8858c7d205708b6c7542a4d4e30e /sca-java-2.x/trunk | |
parent | 2e57e301aa5a5c72e538e731c04cfb9a6c058e69 (diff) |
TUSCANY-3880: Disable pojo 10004 testcase as its not really working correctly until the import/export version is implemented correctly
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1179074 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml | 1 | ||||
-rw-r--r-- | sca-java-2.x/trunk/testing/compliance-tests/java-ci/src/test/resources/tuscany-oasis-sca-tests-errors.properties | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml index 03ca3fe5bf..a32c8cd858 100644 --- a/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml +++ b/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml @@ -73,6 +73,7 @@ <configuration>
<argLine>-Xms256m -Xmx1024m</argLine>
<excludes>
+ <exclude>**/POJO_10004_TestCase.java</exclude>
</excludes>
</configuration>
</plugin>
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/java-ci/src/test/resources/tuscany-oasis-sca-tests-errors.properties b/sca-java-2.x/trunk/testing/compliance-tests/java-ci/src/test/resources/tuscany-oasis-sca-tests-errors.properties index 02fbb475cb..4ca439037e 100644 --- a/sca-java-2.x/trunk/testing/compliance-tests/java-ci/src/test/resources/tuscany-oasis-sca-tests-errors.properties +++ b/sca-java-2.x/trunk/testing/compliance-tests/java-ci/src/test/resources/tuscany-oasis-sca-tests-errors.properties @@ -33,7 +33,7 @@ POJO_8035=org.oasisopen.sca.ServiceRuntimeException: [Composite: {http://docs.oa POJO_8037=org.oasisopen.sca.ServiceRuntimeException: [Composite: {http://docs.oasis-open.org/ns/opencsa/sca/200912}, Component: TEST_POJO_8037Component1, Service: Service1] - [POL40009,ASM60009,ASM60010,JCA70001,JCA70003] Intent {http://docs.oasis-open.org/ns/opencsa/sca/200912}SOAP.v1_1 and {http://docs.oasis-open.org/ns/opencsa/sca/200912}SOAP.v1_2 are mutually exclusive
POJO_9001=org.oasisopen.sca.ServiceRuntimeException: [Contribution: POJO_9001, Artifact: Test_POJO_9001.composite] - XMLSchema validation error occured in: Test_POJO_9001.composite ,line = ***, column = ***, Message = cvc-complex-type.3.2.2: Attribute 'interface' is not allowed to appear in element 'implementation.java'.
POJO_10001=org.oasisopen.sca.ServiceRuntimeException: [Contribution: POJO_10001, Artifact: META-INF/sca-contribution.xml] - [JCI10001] The value of the @package attribute on the <import.java/> element is not unique across all other <import.java/> elements within the contribution.
-POJO_10004=org.apache.tuscany.sca.contribution.processor.ContributionResolveException: [JCI100007] A Java package org.oasisopen.sca.test;version=1.0.0 that is specified on an export element MUST be contained within the contribution containing the export element.
+POJO_10004=TUSCANY-3880:org.apache.tuscany.sca.contribution.processor.ContributionResolveException: [JCI100007] A Java package org.oasisopen.sca.test;version=1.0.0 that is specified on an export element MUST be contained within the contribution containing the export element.
POJO_10005=org.oasisopen.sca.ServiceRuntimeException: [Contribution: POJO_10005, Artifact: META-INF/sca-contribution.xml] - [JCI10004] The value of the @package attribute on the <export.java/> element is not unique across all other <export.java/> elements within the contribution.
POJO_10006=org.apache.tuscany.sca.contribution.processor.ContributionResolveException: [JCI100007] A Java package org.oasisopen.sca.test.y that is specified on an export element MUST be contained within the contribution containing the export element.
|