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.