-
Sub-task
-
Resolution: Done
-
Minor
-
None
-
None
Check and update the description to its correct sentance if needed.
/subsystem=batch-jberet:read-resource-description
{
"outcome" => "success",
"result" => {
"description" => "Batch Subsystem (JSR-352)",
"capabilities" => [{
"name" => "org.wildfly.batch.configuration",
"dynamic" => false
}],
"attributes" => {
"default-job-repository" => {
"type" => STRING,
"description" => "The name of the default job repository.",
"attribute-group" => "environment",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"capability-reference" => "org.wildfly.batch.job.repository",
"min-length" => 1L,
"max-length" => 2147483647L,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"default-thread-pool" => {
"type" => STRING,
"description" => "The name of the default thread-pool.",
"attribute-group" => "environment",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"capability-reference" => "org.wildfly.batch.thread.pool",
"min-length" => 1L,
"max-length" => 2147483647L,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"restart-jobs-on-resume" => {
"type" => BOOLEAN,
"description" => "If set to true when a resume operation has be invoked after a suspend operation any jobs stopped during the suspend will be restarted. A value of false will leave the jobs in a
stopped state.",
"expressions-allowed" => true,
"required" => false,
"nillable" => true,
"default" => true,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "no-services"
},
"security-domain" => {
"type" => STRING,
"description" => "References the security domain for batch jobs. This can only be defined if the Elytron subsystem is available.",
"expressions-allowed" => false,
"required" => false,
"nillable" => true,
"capability-reference" => "org.wildfly.security.security-domain",
"min-length" => 1L,
"max-length" => 2147483647L,
"access-constraints" => {"sensitive" => {"elytron-security-domain-ref" => {"type" => "core"}}},
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
}
},
"operations" => undefined,
"notifications" => undefined,
"children" => {
"in-memory-job-repository" => {
"description" => "A job repository that stores job information in memory.",
"model-description" => undefined
},
"thread-pool" => {
"description" => "The thread pool used for batch jobs. Note that the max-thread attribute should always be greater than 3. Two threads are reserved to ensure partition jobs can execute.",
"model-description" => undefined
},
"thread-factory" => {
"description" => "The thread factory used for the thread-pool.",
"model-description" => undefined
},
"jdbc-job-repository" => {
"description" => "A job repository that stores job information in a database.",
"model-description" => undefined
}
}
}
}
- is cloned by
-
WFLY-16884 Modify description in deployment-scanner of subsystem to its correct sentence
-
- Closed
-