Skip to content

Instantly share code, notes, and snippets.

@maeste
Created March 15, 2011 14:08
Show Gist options
  • Select an option

  • Save maeste/870757 to your computer and use it in GitHub Desktop.

Select an option

Save maeste/870757 to your computer and use it in GitHub Desktop.
/profile=default/subsystem=connector:read-resource-description
{
"outcome" => "success",
"result" => {
"description" => "The connector subsystem providing general config for JCA connectors",
"head-comment-allowed" => true,
"tail-comment-allowed" => true,
"namespace" => "urn:jboss:domain:connector:1.0",
"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"
}
}
},
"compensating-operation" => undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment