JGroups subsystem parser should not allow thread pool to be defined
per protocol
--------------------------------------------------------------------------------
Key: WFLY-5143
URL:
https://issues.jboss.org/browse/WFLY-5143
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 10.0.0.Beta1
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Fix For: 10.0.0.CR1
In this case, the parser does not match the schemas. There are 3 issues here:
# Thread pool elements should only be parsed for schema version >= 3.0
# Thread pool elements are only valid children of a <transport/> element, but are
currently accepted as children of a <protocol/> element.
# We should always create thread pool resources, even if xml is undefined - that way the
thread pool parameters, as applied to the runtime, are expressed in the model.