-
Task
-
Resolution: Done
-
Major
-
None
-
None
https://docs.jboss.org/author/display/WFLY10/Description+of+the+Management+Model has been updated to more intelligently report cardinality information about resource registrations, with each reg reporting its own cardinality instead of having the parent report data about the "key" portion of potentially unrelated children.
The two messaging subsystems are actually trying to use the old way for "path" children, so this JIRA is to move to the new way.
Instead of the parent resource reporting there must be 4 and no more than 4 children with key "path", now each of the 4 valid path children types will report that the min-occurs of that type is 1. (The max-occurs is also 1, but that will not be reported as that, per the spec, is the default for a 'singleton' type, and each of the 4 path types is a singleton.)
- blocks
-
WFCORE-365 inconsistent usage of min/max-occurs in model description
- Resolved