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: 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. 


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