[jboss-jira] [JBoss JIRA] Assigned: (AS7-863) subsystem=connector has no defaults set for booleans
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Mon May 23 10:41:01 EDT 2011
[ https://issues.jboss.org/browse/AS7-863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry reassigned AS7-863:
------------------------------------
Assignee: Stefano Maestri (was: Emanuel Muckenhuber)
> 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: Stefano Maestri
> Fix For: 7.0.0.CR1
>
>
> [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