← Prev in month ← Prev in thread
Next in thread → Next in month →

Re: [sca-j] ISSUE-210: Issues/Question for Java CAA testcases JCA_11016 -Proposal

From
Mike Edwards <>
Date
2010-08-26T07:29:25+00:00
ID
Thread
Re: [sca-j] ISSUE-210: Issues/Question for Java CAA testcases JCA_11016 -Proposal
Folks,

Make the following changes:

1) Correct the names of Component1 and
Component2 in TEST_JCA_11016.composite

<component
name="TEST_JCA_11016Component1">

<component
name="TEST_JCA_11016Component2">

2) Update the name of the <service/>
of Component2 to be the simple name of the implementation class:

        <component
name="TEST_JCA_11016Component2">

        <implementation.java
class="org.oasisopen.sca.test.Service3OperationsWebServiceProviderImpl"/>

        <service
name="Service3OperationsWebServiceProviderImpl"/>

        <property
name="serviceName">service2</property>

    </component>
   

...and the name of the reference target
that points at it:

        <reference
name="reference1"
target="TEST_JCA_11016Component2/Service3OperationsWebServiceProviderImpl">

         
  <interface.java
interface="org.oasisopen.sca.test.Service3Operations"/>

        </reference>

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:  

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
← Prev in month ← Prev in thread
Next in thread → Next in month →