OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sca-policy message

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


Subject: [NEW ISSUE] sca-policy-1.1-intents-definitions-cd02.xml has a typo forsca:binding (sca:Binding is used in one place)


TARGET:

http://tools.oasis-open.org/version-control/browse/wsvn/sca-assembly/SCA_XSDS/sca-policy-1.1-intents-definitions-cd02.xml

DESCRIPTION:

The constrains attribute for asyncInvocation points to sca:Binding instead of sca:binding.

      <!-- Miscellaneous intents -->  
        <intent name="asyncInvocation" constrains="sca:Binding"
                intentType="interaction">
                <description>
                        Indicates that request/response operations for the
                        interface of this wire are "long running" and must be
                        treated as two separate message transmissions
                </description>
        </intent>

PROPOSAL: Fix the typo with "sca:binding"

      <!-- Miscellaneous intents -->  
        <intent name="asyncInvocation" constrains="sca:binding"
                intentType="interaction">
                <description>
                        Indicates that request/response operations for the
                        interface of this wire are "long running" and must be
                        treated as two separate message transmissions
                </description>
        </intent>

Raymond Feng
Senior Software Engineer, Apache Tuscany PMC Member & Committer

IBM Bay Area Lab, 1001 E Hillsdale Blvd, Suite 400, Foster City, CA 94404, USA
E-mail
:
rfeng@us.ibm.com, Notes: Raymond Feng/Burlingame/IBM, Tel: 650-645-8117, T/L: 367-8117
Apache Tuscany
:
http://tuscany.apache.org



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