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)