Created
March 15, 2011 14:08
-
-
Save maeste/870757 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /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