[jboss-as7-dev] attribute defaults

Heiko W.Rupp hrupp at redhat.com
Fri May 6 11:22:35 EDT 2011


Hi,

in subsystem=connector  : read-resource-description I see

  "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"
            },

:read-resource does not return that attribute. This is no big deal, as it has a default.

BUT: for tools it is not easy to guess that default 

Could the resource-description please contain the default in a parseable way


  "archive-validation-fail-on-warn" => {
                "description" => "Should an archive validation warning report fail the deployment. Default: false",
                "type" => BOOLEAN,
                "default-value" => true,
    [...] 
            },

Thanks
     Heiko


Btw.: this relates back to the question of an effective running configuration.


More information about the jboss-as7-dev mailing list