Brian Stansberry created WFCORE-3959:
----------------------------------------
Summary: Document scope of system-property elements in the xsd
Key: WFCORE-3959
URL:
https://issues.jboss.org/browse/WFCORE-3959
Project: WildFly Core
Issue Type: Enhancement
Components: Management
Reporter: Brian Stansberry
Assignee: Jeff Mesnil
Priority: Minor
The wildfly-config xsd includes system-properties elements in various spots in the schema,
with the scope to which the included system property configs will apply differing. The
xsd should include documentation describing the scope.
Of particular relevance are the system-properties elements in the root of domain.xml and
host.xml, particularly host.xml, as users might expect the settings therein to apply to HC
processes in addition to servers. But they don't.
It's worth checking the r-r-d output as well, although at least in the case below the
description is good:
{code}[domain@embedded /] /host=master/system-property=*:read-resource-description
{
"outcome" => "success",
"result" => [{
"address" => [
("host" => "master"),
("system-property" => "*")
],
"outcome" => "success",
"result" => {
"description" => "A system property to set on all servers on
the host.",
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)