Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.3.15. Types of Validation
Smooks performs two types of validation using two different kinds of validation rules:
- message field value/format validation using regular expressions defined in a
.properties
file RuleBase. This, for example, can be to validate a field as being a valid e-mail address. - business rules validation using MVEL expressions defined in a
.csv
file RuleBase. This can, for example, be validating that the total price of an order item on an order (price * quantity) does not breach some predefined business rule.