Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-2776

The JMSBindingProcessor does not perform validation of binding properties

    XMLWordPrintableJSON

Details

    Description

      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 }

      Attachments

        Activity

          People

            beckerdo Daniel O. Becker
            simonslaws Simon Laws
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: