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: ISSUE 171: Problems with artifacts for a set of the TestCases for SCA Assembly



Mike already logged as:

http://www.osoa.org/jira/browse/ASSEMBLY-171


On Aug 21, 2009, at 6:21 AM, Mike Edwards wrote:

>
> Raiser:                Mike Edwards
>
> Target:         sca-assembly-1.1-testsuite-cd01.zip
>
> Description:
>
> 1) service1Impl6.java has a response string that is missing a blank.
>
> Currently, the code in service1Impl6.java constructs its response  
> string using this statement:
>
>                 if( reference1 != null ) result =  
> result.concat(reference1.operation1( input ));
>
> while the expected output is for example:
>
> "ASM_5015 request service1 operation1 invoked service2 operation1  
> invoked"
>
> - note the blank in "invoked service2"
>
> the code currently returns "invokedservice2"
>
>
> 2) sca-contribution.xml uses <import.java> and <export.java> for a  
> series of contributions that do not use Java artifacts:
> Contributions:
>
>   ASM_13001
>   ASM_13002
>   ASM_13003
>   ASM_13004
>   ASM_13005
>   ASM_13006
>   ASM_13007
>   ASM_13008
>
>
> Proposal:
>
> 1) Change service1Impl6.java to include a blank in its response  
> string:
>
>                 if( reference1 != null ) result = result.concat(" "  
> + reference1.operation1( input ));
>
> 1b) Change the expected output string in ASM_6009_TestCase to  
> include a blank
> (since it uses service1Impl6 in its processing):
>
> "ASM_6009 request service1 operation1 invoked service2 operation1  
> invoked";
>
> 2) Change sca-contribution.xml files:
>
> - remove <import.java> and <export.java> entries
> - insert an <import> entry for WSDL files, as follows:
>         <import namespace="http://test.sca.oasisopen.org/"/ 
> >                        <!-- WSDL files -->
>
>
>
>
> 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
>
>
>
>
> 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]