]
Brian Stansberry updated WFCORE-3255:
-------------------------------------
Fix Version/s: 4.0.0.Alpha5
(was: 4.0.0.Alpha4)
Complex type AttributeDefinition variants don't handle
ParameterCorrector properly
----------------------------------------------------------------------------------
Key: WFCORE-3255
URL:
https://issues.jboss.org/browse/WFCORE-3255
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 3.0.1.Final
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 4.0.0.Alpha5
If a field in a complex attribute (i.e. one that uses Object...AttributeDefinition) has a
ParameterCorrector configured, that corrector never gets called. That's because only a
corrector on the top level attribute gets called.
These classes should automatically use an internal corrector that first calls any
corrector configured for fields, and then, if one is present, calls any top level
corrector.