Brian Stansberry created WFCORE-552:
---------------------------------------
Summary: SaslResource and SaslPolicyResource don't deal with the parent
resource correctly
Key: WFCORE-552
URL:
https://issues.jboss.org/browse/WFCORE-552
Project: WildFly Core
Issue Type: Bug
Components: Domain Management, Remoting
Affects Versions: 1.0.0.Alpha18, 1.0.0.Alpha1
Reporter: Brian Stansberry
Assignee: Tomaz Cerar
SaslResource and SaslPolicyResource represent child configuration under a parent connector
or http-connector resource. But their handlers (particularly add and remove) do not
reflect this. They simply store config changes to the model and return without making
runtime changes. So only if they are executed at boot or in a composite with the connector
add op is their configuration data properly included in the runtime.
PropertyResource is a similar child of the connector resources, but it uses
RestartParentResourceAddHandler, RestartParentWriteAttributeHandler and
RestartParentResourceRemoveHandler.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)