Are CLI commands that require a server restart documented?

Solution In Progress - Updated -

Issue

  • Is there documentation on what CLI changes require a server restart?
  • executing the following command
/subsystem=datasources/data-source=ExampleDS:read-resource-description

returns a description that does not indicate a restart being required for validate-on-match

...
"validate-on-match" => {
  "type" => BOOLEAN,
  "description" => "The validate-on-match element specifies if connection validation should be done when a connection factory attempts to match a managed connection. This is typically exclusive to the use of background validation",
  "expressions-allowed" => true,
  "nillable" => true,
  "default" => false,
  "access-type" => "read-write",
  "storage" => "configuration",
  "restart-required" => "no-services"
},
...

However

/subsystem=datasources/data-source=ExampleDS/:write-attribute(name=validate-on-match,value=true)
{
    "outcome" => "success",
    "response-headers" => {
        "operation-requires-reload" => true,
        "process-state" => "reload-required"
    }
}

Environment

  • Red Hat JBoss Enterprise Application Platform (EAP)
    • 6.x

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.