[jboss-jira] [JBoss JIRA] (WFCORE-2823) Patching is doing runtime work in Stage.MODEL
Brian Stansberry (JIRA)
issues at jboss.org
Wed May 17 12:09:00 EDT 2017
Brian Stansberry created WFCORE-2823:
----------------------------------------
Summary: Patching is doing runtime work in Stage.MODEL
Key: WFCORE-2823
URL: https://issues.jboss.org/browse/WFCORE-2823
Project: WildFly Core
Issue Type: Bug
Components: Domain Management, Patching
Reporter: Brian Stansberry
Assignee: Brian Stansberry
The patching module OSHs do their work in the execute(....) method of the OSH registered with the ManagementResourceRegistration. This runs in Stage.MODEL which means the patching work is in MODEL even though it's not about the configuration model stuff that should be the only concern of Stage.MODEL.
Simple fix is to move the logic to an added Stage.RUNTIME step.
This is no big deal except it prevents the WFCORE-2816 fix that would allow the kernel to guard against improper behavior by subsystems.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list