[jboss-jira] [JBoss JIRA] (WFCORE-497) OperationStepHandlers for audit log handler add ops prematurely validate
Brian Stansberry (JIRA)
issues at jboss.org
Mon Jan 12 11:35:49 EST 2015
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)
More information about the jboss-jira
mailing list