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: [NEW ISSUE] Testcase ASM_13007 has a spelling mistake in Test_ASM_13007.composite



Target:                Test_ASM_13007.composite @ Revision level 662

Description:

In testcase ASM_13007, there is a spelling mistake for the word "multiplicity" on the reference"reference1"  in  Test_ASM_13007.composite:

    <component name="TestClient">
        <implementation.composite name="test:TestClient_0002"/>
        <service name="TestInvocation">
            <interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(TestInvocation)"/>
            <binding.ws/>
        </service>
        <!-- "2..2" is not a value allowed for multiplicity -->
        <reference name="reference1" mulplicity="2..2" target="TestComponent1/Service1" >
            <interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
        </reference>
        <property name="testName" source="$testName"/>
    </component>

Proposal:

Correct the spelling as follows:

    <component name="TestClient">
        <implementation.composite name="test:TestClient_0002"/>
        <service name="TestInvocation">
            <interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(TestInvocation)"/>
            <binding.ws/>
        </service>
        <!-- "2..2" is not a value allowed for multiplicity -->
        <reference name="reference1" multiplicity="2..2" target="TestComponent1/Service1" >
            <interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
        </reference>
        <property name="testName" source="$testName"/>
    </component>





Yours, Mike

Dr Mike Edwards  Mail Point 137, Hursley Park
STSM  Winchester, Hants SO21 2JN
SCA, Cloud Computing & Services Standards  United Kingdom
Co-Chair OASIS SCA Assembly TC  
Chair UK ISO SC38 mirror committee (Cloud & SOA)  
IBM Software Group  
Phone: +44-1962 818014  
Mobile: +44-7802-467431 (274097)  
e-mail: mike_edwards@uk.ibm.com  
 
 







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]