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 5032 and 5034 uses runtime-specific URIs



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

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:17
Subject: [sca-assembly] NEW ISSUE: Test 5032 and 5034 uses runtime-specific URIs





TARGET: SCA Assembly Conformance Tests

DESCRIPTION:


Test 5032, 5034, and 9003 use runtime-specific URI for binding.ws as follows (example from 5032):

<component name="TEST_ASM_5032Component1">
<implementation.composite name="test:TestComposite6"/>
        <service name="Service1">
         <interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
        </service>
        <property name="serviceName">service1</property>
        <reference name="Reference1">
         <interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
         <binding.sca uri="TEST_ASM_5032Component2/Service1"/>
               <binding.ws uri="http://localhost:8080/TEST_ASM_5032Component2/Service1/binding2" name="binding2"/>  <!--runtime specific -->
         <binding.ws uri="http://localhost:8080/Service1" name="binding2"/>
        </reference>
    </component>

That URI is implementation specific and does not need to be in that format (i.e. use the structural URI).

SVN Version: 426

PROPOSAL:


Substitute the runtime specific-URI with text placeholder such as "INSERT_URI" that can be modified by vendors when running the tests.







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]