]
Brian Stansberry updated AS7-863:
---------------------------------
Assignee: Emanuel Muckenhuber (was: Jason Greene)
Fix Version/s: 7.0.0.CR1
subsystem=connector has no defaults set for booleans
----------------------------------------------------
Key: AS7-863
URL:
https://issues.jboss.org/browse/AS7-863
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Reporter: Heiko Rupp
Assignee: Emanuel Muckenhuber
Fix For: 7.0.0.CR1
[domain@localhost:9999 subsystem=connector] :read-resource-description
gives:
"attributes" => {
"default-workmanager-short-running-thread-pool" => {
"description" => "Specify the name of short running
thread pool",
"type" => STRING,
"required" => true,
"access-type" => "read-only",
"storage" => "configuration"
},
"default-workmanager-long-running-thread-pool" => {
"description" => "Specify the name of long running
thread pool",
"type" => STRING,
"required" => true,
"access-type" => "read-only",
"storage" => "configuration"
},
"bean-validation-enabled" => {
"description" => "Specify whether bean validation is
enabled",
"type" => BOOLEAN,
"required" => true,
"access-type" => "read-only",
"storage" => "configuration"
},
"archive-validation-enabled" => {
"description" => "Enabling the validation",
"type" => BOOLEAN,
"required" => false,
"access-type" => "read-only",
"storage" => "configuration"
},
"archive-validation-fail-on-error" => {
"description" => "Should an archive validation error
report fail the deployment. Default: true",
"type" => BOOLEAN,
"required" => false,
"access-type" => "read-only",
"storage" => "configuration"
},
"archive-validation-fail-on-warn" => {
"description" => "Should an archive validation warning
report fail the deployment. Default: false",
"type" => BOOLEAN,
"required" => false,
"access-type" => "read-only",
"storage" => "configuration"
},
"cached-connection-manager-debug" => {
"description" => "enable/disable debug information
logging for cached connection manager",
"type" => BOOLEAN,
"required" => false,
"access-type" => "read-only",
"storage" => "configuration"
},
"cached-connection-manager-error" => {
"description" => "enable/disable error information
logging for cached connection manager",
"type" => BOOLEAN,
"required" => false,
"access-type" => "read-only",
"storage" => "configuration"
}
}
and
[domain@localhost:9999 subsystem=connector] :read-resource
{
"outcome" => "success",
"result" => {
"default-workmanager-short-running-thread-pool" =>
"jca-short-running",
"default-workmanager-long-running-thread-pool" =>
"jca-long-running",
"bean-validation-enabled" => true,
"archive-validation-enabled" => true
},
There are no values returned for cached-connection-manager-error and
cached-connection-manager-debug and they have no defaults in resource-description
--
This message is automatically generated by JIRA.
For more information on JIRA, see: