Validate wire format and operation selection SCDL elements
----------------------------------------------------------

                 Key: TUSCANY-3068
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3068
             Project: Tuscany
          Issue Type: Improvement
          Components: Java SCA JMS Binding Extension
            Reporter: Kaushik Mukherjee
            Priority: Minor
         Attachments: binding-jms-wF_oS_validation.patch

The following checks are included in this patch.

- Multiple wire formats are specified for a request or response.
- Multiple operation selectors are specified.

- Required attributes are not specified:
        - <ts:operationSelector.jmsUserProp property="requiredProperty"/>

- Invalid attributes are specified:
        - <ts:wireFormat.jmsdefault sendFormat="notBytesOrText"/>    <----- 
optional attr sendFormat must be either "bytes" or "text"
        - <ts:wireFormat.jmsObject wrapSingle="notTrueOrFalse"/>    <----- 
optional boolean attr wrapSingle must be either "true" or "false"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to