Brian Stansberry created WFLY-11070:
---------------------------------------
Summary: Fix JSR77 subsystem use of ModelController
Key: WFLY-11070
URL:
https://issues.jboss.org/browse/WFLY-11070
Project: WildFly
Issue Type: Bug
Components: Management
Reporter: Brian Stansberry
Assignee: Jeff Mesnil
Priority: Minor
The ModelReader class is getting a direct reference to a ModelController and invoking
execute on it. At this point I think this is the only such use of ModelController outside
the management kernel. If it can use ModelControllerClientFactory to get a local client
that would be better. I haven't thought hard but don't believe it should be a
SuperUser client as this code is used to service end user requests.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)