[
https://issues.jboss.org/browse/WFCORE-2558?page=com.atlassian.jira.plugi...
]
Brian Stansberry commented on WFCORE-2558:
------------------------------------------
A fix for this is currently one of the commits on
https://github.com/bstansberry/wildfly-core/commits/WFCORE-1762 but that branch is not
ready for a PR. But if someone wants this fixed before then, that commit is a good place
to start. (Basic manual testing shows it works.)
If an op fails but isn't rolled back, the response doesn't
report non-rollback
------------------------------------------------------------------------------
Key: WFCORE-2558
URL:
https://issues.jboss.org/browse/WFCORE-2558
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
If an op rolls back, the response includes "rolled-back"=>true. But if a
failure occurs but the op doesn't roll back (because the rollback-on-runtime-failure
operation header was set to false) there is no "rolled-back"=>false in the
response. The effect of the operation is therefore unclear to the user.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)