[
https://issues.jboss.org/browse/WFCORE-2183?page=com.atlassian.jira.plugi...
]
Brian Stansberry commented on WFCORE-2183:
------------------------------------------
This was observed when looking into issues related to WFCORE-2182. The SecurityException
incorrectly thrown due to the 2182 issue resulted in the subsystem rolling back, but the
server didn't abort. In a way not aborting is good since the failure shouldn't
have triggered rollback but still the rollback handling was wrong.
ParallelBootOperation context isn't updating the parent context
in setRollbackOnly()
------------------------------------------------------------------------------------
Key: WFCORE-2183
URL:
https://issues.jboss.org/browse/WFCORE-2183
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
If an subsystem handler calls OperationContext.setRollbackOnly() during boot, only the
ParallelBootOperationContext handling that subsystem is effected. The result is that
subsystem rolls back but the boot itself is not aborted.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)