Brian Stansberry created WFCORE-497:
---------------------------------------
Summary: OperationStepHandlers for audit log handler add ops prematurely
validate
Key: WFCORE-497
URL:
https://issues.jboss.org/browse/WFCORE-497
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 1.0.0.Alpha15
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 1.0.0.Alpha16
SyslogAuditLogHandlerAddHandler and FileAuditLogHandlerAddHandler are doing reference
validation directly in populateModel. This should instead be done in a separate step,
removing the requirement to have the add op for the formatter occur before the add op for
the handler, so long as both ops occur within the set of ops handled by the same
OperationContext.
This will simplify booting from a filesystem tree instead of xml, removing the need to
persist ordering information about formatter/handler in the FS.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)