[ 
https://issues.apache.org/jira/browse/TUSCANY-2776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dan Becker resolved TUSCANY-2776.
---------------------------------

       Resolution: Fixed
    Fix Version/s: Java-SCA-Next

Commited to the 1.x branch at revision: 739312  


> The JMSBindingProcessor does not perform validation of binding properties
> -------------------------------------------------------------------------
>
>                 Key: TUSCANY-2776
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2776
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA JMS Binding Extension
>    Affects Versions: Java-SCA-1.4
>         Environment: All
>            Reporter: Simon Laws
>            Assignee: Dan Becker
>             Fix For: Java-SCA-Next
>
>
> The JMS binding spec defines some cross field validations. The "validate()" 
> method in the JMSBindingProcessor is as follows.
>     /**
>      * The validation rules for the JMS model are relatively complicated to 
> they all live together here
>      */
>     public void validate() throws JMSBindingException {
>         /*
>          * first fix up anything now the model has been read
>          */
>         /*
>          * Now some cross field validation
>          */
>         // connection factory doesn't contradict destination type
>         // connection factory and activation Specification are mutually 
> exclusive
>         // TODO check Specification for all validations
>     }

-- 
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