-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
Description of problem:
Management resource not found error during clicking on Mail, Infinispan and Security subsystems on profile, that inherits all subsystems from default profile. Hierarchical Composition of Profiles was added to AS in EAP7-281 and HAL-615.
How reproducible:
Always
Steps to Reproduce:
- get fresh EAP
- ./domain.sh
- ./jboss-cli.sh -c
- /profile=test:add
- /profile=test:list-add(name=includes,value=default)
- Go to http://localhost:9990
- Configuration -> Profiles -> test -> (Mail or Infinispan or Security)
Actual results:
Unknown error Unexpected HTTP response: 500 Request { "address" => [ ("profile" => "test"), ("subsystem" => "mail") ], "child-type" => "mail-session", "operation" => "read-children-resources", "recursive" => true } Response Internal Server Error { "outcome" => "failed", "failure-description" => "WFLYCTL0216: Management resource '[ (\"profile\" => \"test\"), (\"subsystem\" => \"mail\") ]' not found", "rolled-back" => true }
Expected results:
No errors