[jboss-jira] [JBoss JIRA] Created: (AS7-863) subsystem=connector has no defaults set for booleans

Heiko Rupp (JIRA) jira-events at lists.jboss.org
Fri May 20 08:59:00 EDT 2011


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: Jason Greene


[domain at 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 at 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: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list