Brian Stansberry created WFCORE-2055:
----------------------------------------
Summary: Direct end users mods of a slave-HC-managed domain server's
config are possible if included in a composite op
Key: WFCORE-2055
URL:
https://issues.jboss.org/browse/WFCORE-2055
Project: WildFly Core
Issue Type: Bug
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Once WFCORE-2053 is fixed,
CoreResourceManagementTestCase.testCannotInvokeManagedSlaveServerOperationsInDomainComposite
will fail. This test involves doing two ops in a composite, with the composite addressed
to the domain root, while the steps are addressed to a subsystem on an individual server,
where the server is managed by a slave HC. The first op is a read, the second is a write.
The op should fail as the write is not allowed.
Test is currently only passing because the WFCORE-2053 problem is producing false
positives.
Problem is likely (but not certainly) due to changes made to OperationRouting as part of
https://github.com/wildfly/wildfly-core/pull/597
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)