[jboss-jira] [JBoss JIRA] (WFLY-5143) JGroups subsystem parser should not allow thread pool to be defined per protocol
Paul Ferraro (JIRA)
issues at jboss.org
Thu Aug 20 08:29:26 EDT 2015
Paul Ferraro created WFLY-5143:
----------------------------------
Summary: 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
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.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list