Author: slaws
Date: Tue Mar  9 10:38:21 2010
New Revision: 920782

URL: http://svn.apache.org/viewvc?rev=920782&view=rev
Log:
Correct error message for 6008 and re-enable it. Remaining disabled test is 
being discussed at OASIS.

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

Modified: tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml?rev=920782&r1=920781&r2=920782&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml Tue Mar  9 
10:38:21 2010
@@ -74,7 +74,6 @@
          <artifactId>maven-surefire-plugin</artifactId>
          <configuration>
            <excludes>
-              <exclude>**/ASM_6008_TestCase.java</exclude><!--  see 
TUSCANY-xxxx -->
               <exclude>**/ASM_6015_TestCase.java</exclude><!--  see 
TUSCANY-xxxx -->
            </excludes>
          </configuration>

Modified: 
tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/resources/tuscany-oasis-sca-tests-errors.properties
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/resources/tuscany-oasis-sca-tests-errors.properties?rev=920782&r1=920781&r2=920782&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/resources/tuscany-oasis-sca-tests-errors.properties
 (original)
+++ 
tuscany/sca-java-2.x/trunk/compliance-tests/assembly/src/test/resources/tuscany-oasis-sca-tests-errors.properties
 Tue Mar  9 10:38:21 2010
@@ -42,7 +42,7 @@ ASM_6002=org.oasisopen.sca.ServiceRuntim
 ASM_6003=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
{http://docs.oasis-open.org/ns/opencsa/sca/200912}, Component: TestComponent1, 
Composite: 
{http://docs.oasis-open.org/ns/opencsa/scatests/200903}TestComposite17] - 
[ASM60004,ASM60032] Promoted component service not found: Composite = 
{http://docs.oasis-open.org/ns/opencsa/scatests/200903}TestComposite17 Service 
= SpuriousComponent/SpuriousService
 ASM_6005=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
{http://docs.oasis-open.org/ns/opencsa/sca/200912}, Component: TestComponent1] 
- [ASM40004,ASM50007,ASM60006] Duplicate implementation reference name: 
Component = TestComponent1 Reference = Reference1
 ASM_6006=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
{http://docs.oasis-open.org/ns/opencsa/sca/200912}, Component: TestComponent1, 
Composite: 
{http://docs.oasis-open.org/ns/opencsa/scatests/200903}TestComposite20] - 
[ASM60007] Promoted component reference not found: Composite = 
{http://docs.oasis-open.org/ns/opencsa/scatests/200903}TestComposite20 
Reference = Composite20Componentz/Reference1
-ASM_6008=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
{http://docs.oasis-open.org/ns/opencsa/sca/200912}, Component: 
TEST_ASM_6008Component1, Composite: 
{http://docs.oasis-open.org/ns/opencsa/scatests/200903}TestComposite22] - 
[ASM60008,ASM60013] Interface of composite reference Reference1 must be 
compatible with the interface declared by promoted component reference. 
Operation not found on target
+ASM_6008=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
{http://docs.oasis-open.org/ns/opencsa/sca/200912}, Component: 
TEST_ASM_6008Component1, Composite: 
{http://docs.oasis-open.org/ns/opencsa/scatests/200903}TestComposite22] - 
[ASM60008,ASM60013] Interface of composite reference Reference1 must be 
compatible with the interface declared by promoted component reference. 
Operation operation2 not found on target
 ASM_6012=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
{http://docs.oasis-open.org/ns/opencsa/sca/200912}, Component: 
TEST_ASM_6012TestComponent1] - [ASM40005,ASM60014] Duplicate implementation 
property name: Component = TEST_ASM_6012TestComponent1 Property = propertyName
 ASM_6016=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
{http://docs.oasis-open.org/ns/opencsa/sca/200912}, Component: TestComponent1, 
Composite: 
{http://docs.oasis-open.org/ns/opencsa/scatests/200903}TestComposite30, 
Component: TestComponent1, Reference: Reference1] - [ASM60028] No target 
services found for the component reference to be autowired: Reference1
 ASM_6020=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
{http://docs.oasis-open.org/ns/opencsa/sca/200912}, Component: TestComponent1, 
Reference: Reference1] - [ASM60028] No target services found for the component 
reference to be autowired: Reference1


Reply via email to