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: callbackHeader attributes missing from C++ ancC composite files



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

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: Bryan Aupperle <aupperle@us.ibm.com>
To: sca-assembly@lists.oasis-open.org
Date: 13/01/2010 21:16
Subject: [sca-assembly] NEW ISSUE: callbackHeader attributes missing from C++ anc C composite files






DESCRIPTION:


When translating the Java composite files to C++ and C, the callbackHeader attributes were not added to the C++ and C files.  This affects TestComposite54.composite, TestComposite55.composite, TestComposite60.composite, TestComposite61.composite and TestComposite65.composite :


PROPOSAL:


C++

In TestComposite54.composite, TestComposite55.composite and TestComposite65.composite (two instances in each file)


           
<interface.cpp header="test\Service5.h" remotable="true"/>

should be


           
<interface.cpp header="test\Service5.h" callbackHeader="test\Service5Callback.h" remotable="true"/>

In TestComposite60.composite and TestComposite61.composite (two instances in each file)


           
<interface.cpp header="test\Service9.h" remotable="true"/>

should be


           
<interface.cpp header="test\Service9.h" callbackHeader="test\Service9Callback.h" remotable="true"/>

C

In TestComposite54.composite, TestComposite55.composite and TestComposite65.composite (two instances in each file)


           
<interface.c header="test\Service5.h" remotable="true"/>

should be


           
<interface.c header="test\Service5.h" callbackHeader="test\Service5Callback.h" remotable="true"/>

In TestComposite60.composite and TestComposite61.composite (two instances in each file)


           
<interface.c header="test\Service9.h" remotable="true"/>

should be


           
<interface.c header="test\Service9.h" callbackHeader="test\Service9Callback.h" remotable="true"/>


Bryan Aupperle, Ph.D.
STSM, WebSphere Enterprise Platform Software Solution Architect

Research Triangle Park,  NC
+1 919-254-7508 (T/L 444-7508)
Internet Address: aupperle@us.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]