You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Laws (JIRA)" <de...@tuscany.apache.org> on 2009/01/20 15:36:59 UTC

[jira] Created: (TUSCANY-2776) The JMSBindingProcessor does not perform validation of binding properties

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


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.


[jira] Resolved: (TUSCANY-2776) The JMSBindingProcessor does not perform validation of binding properties

Posted by "Dan Becker (JIRA)" <de...@tuscany.apache.org>.
     [ 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.


[jira] Assigned: (TUSCANY-2776) The JMSBindingProcessor does not perform validation of binding properties

Posted by "Dan Becker (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Becker reassigned TUSCANY-2776:
-----------------------------------

    Assignee: Dan Becker

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