OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sca-assembly message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [sca-assembly] NEW ISSUE: Test 6033 typos



Logged as: http://www.osoa.org/jira/browse/ASSEMBLY-202

Yours,  Mike.

Strategist - Emerging Technologies, SCA & SDO.
Co Chair OASIS SCA Assembly TC.
IBM Hursley Park, Mail Point 146, Winchester, SO21 2JN, Great Britain.
Phone & FAX: +44-1962-818014    Mobile: +44-7802-467431  
Email:  mike_edwards@uk.ibm.com



From: Jim Marino <jim.marino@gmail.com>
To: OASIS Assembly <sca-assembly@lists.oasis-open.org>
Date: 11/01/2010 18:16
Subject: [sca-assembly] NEW ISSUE:  Test 6033 typos







TARGET: SCA Assembly Conformance Tests

DESCRIPTION:


 Test case ASM_6033 TestComposite41 has typos. TestComponent1


<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
           targetNamespace="http://docs.oasis-open.org/ns/opencsa/scatests/200903"
           xmlns:test="http://docs.oasis-open.org/ns/opencsa/scatests/200903"
           name="TestComposite41">
           
<service name="Service1" promote="TestComponent1/Service1">
<interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
</service>

    <property name="serviceName" type="string"/>
 
    <component name="TestComponent1">
<implementation.composite name="test:TestComposite4"/>
        <service name="Service1">
         <interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
        </service>
        <property name="serviceName" source="$serviceName"/>

        <!-- invalid name: <reference name="reference1" multiplicity="1..1">-->
       <reference name="Reference1" multiplicity="1..1">
         <interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
        </reference>
    </component>
   
    <!-- invalid promote name: <reference name="Reference1" promote="TestComponent1/reference1" multiplicity="0..n">-->
    <reference name="Reference1" promote="TestComponent1/Reference1" multiplicity="0..n">
        <interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
    </reference>
   
</composite>

SVN Version: 426

PROPOSAL:


Fix the types as above.








Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU








[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]