Author: antelder
Date: Wed Oct  5 07:31:08 2011
New Revision: 1179074

URL: http://svn.apache.org/viewvc?rev=1179074&view=rev
Log:
TUSCANY-3880: Disable pojo 10004 testcase as its not really working correctly 
until the import/export version is implemented correctly

Modified:
    tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml
    
tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/src/test/resources/tuscany-oasis-sca-tests-errors.properties

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml?rev=1179074&r1=1179073&r2=1179074&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml 
(original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml Wed Oct 
 5 07:31:08 2011
@@ -73,6 +73,7 @@
          <configuration>
            <argLine>-Xms256m -Xmx1024m</argLine>
            <excludes>
+              <exclude>**/POJO_10004_TestCase.java</exclude>
            </excludes>
          </configuration>
       </plugin>

Modified: 
tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/src/test/resources/tuscany-oasis-sca-tests-errors.properties
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/src/test/resources/tuscany-oasis-sca-tests-errors.properties?rev=1179074&r1=1179073&r2=1179074&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/src/test/resources/tuscany-oasis-sca-tests-errors.properties
 (original)
+++ 
tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/src/test/resources/tuscany-oasis-sca-tests-errors.properties
 Wed Oct  5 07:31:08 2011
@@ -33,7 +33,7 @@ POJO_8035=org.oasisopen.sca.ServiceRunti
 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.
 


Reply via email to