]
Brian Stansberry reassigned WFCORE-1507:
----------------------------------------
Assignee: Brian Stansberry
Expose the ModelController via a capability
-------------------------------------------
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.