Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-863

subsystem=connector has no defaults set for booleans

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.0.0.CR1
    • None
    • Domain Management
    • None

      [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

              smaestri@redhat.com Stefano Maestri
              pilhuhn Heiko Rupp
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: