]
Brian Stansberry updated WFCORE-1507:
-------------------------------------
Summary: Expose features currently provided by ModelController via capabilities usable
by extensions (was: Expose the ModelController via a capability)
Expose features currently provided by ModelController via
capabilities usable by extensions
-------------------------------------------------------------------------------------------
Key: WFCORE-1507
URL:
https://issues.jboss.org/browse/WFCORE-1507
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
A server installs ServerService while an HC installs DomainModelControllerService, under
different service names but both of which implement Service<ModelController>. To
make it easier for subsystems that want ModelController access to work on both a server
and an HC, we should create a capability with service type ModelController and have both
processes use it.