]
Brian Stansberry updated WFCORE-968:
------------------------------------
Git Pull Request:
WriteAttributeHandler needs to add steps to the top of the queue
----------------------------------------------------------------
Key: WFCORE-968
URL:
https://issues.jboss.org/browse/WFCORE-968
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 2.0.0.Beta6
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Critical
Fix For: 2.0.0.CR1
WriteAttributeHandler is adding a bunch of steps that make up elements of its Stage.MODEL
execution, but it isn't adding them with the 'addFirst' param set to true.
This means the effective order of model changes within a composite op is not going to
match the logical order of the steps in the op, and step 2 might not execute with the
expected starting state.