]
Radoslav Husar reassigned WFLY-6389:
------------------------------------
Assignee: Radoslav Husar (was: Paul Ferraro)
Infinispan subsystem XSD does not match InfinispanSubsystemXMLReader
--------------------------------------------------------------------
Key: WFLY-6389
URL:
https://issues.jboss.org/browse/WFLY-6389
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 10.0.0.Final
Reporter: Harald Wellmann
Assignee: Radoslav Husar
{{jboss-as-infinispan_4_0.xsd}} uses the same type {{thread-pool}} for all thread pool
definitions.
However, {{InfinispanSubsystemXMLReader}} uses a special method
{{parseScheduledThreadPool()}} for the {{EXPIRATION_THREAD_POOL}} which accepts fewer
attributes than {{parseThreadPool()}}.