Bug 1133851

Summary: [RFE] Add the possibility to define Validators per wire
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Jorge Morales <jmorales>
Component: SwitchYardAssignee: Rob Cernich <rcernich>
Status: NEW --- QA Contact: Matej Melko <mmelko>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.0 GACC: soa-p-jira
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jorge Morales 2014-08-26 09:44:54 UTC
Now, when defining a validator in a SwitchYard composite it applies to every wire defined in the composite. This is not ideal, as it may require to customize validations to take the wire in context, and/or to implement validation in a different mechanism, as embedding into a component.
Validation should be defined where to execute, and it should only execute at the defined wires.
It will improve on:
- Usability
- Performance
- Reusability and applications design