Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-7022

Most of deployment scanner attributes are incorrectly marked nillable

    XMLWordPrintable

Details

    Description

      /subsystem=deployment-scanner:read-resource-description(recursive)
      ...
      "children" => {"scanner" => {
      ...
                      "attributes" => {
                          "auto-deploy-exploded" => {
      ...
                              "nillable" => true,
                              "default" => false,
      ...
                          "auto-deploy-xml" => {
      ...
                              "nillable" => true,
                              "default" => true,
      ...
                          "auto-deploy-zipped" => {
      ...
                              "nillable" => true,
                              "default" => true,
      etc.
      

      These attributes have default values and cannot be undefined thus should not be nillable.

      Attachments

        Issue Links

          Activity

            People

              ehugonne1@redhat.com Emmanuel Hugonnet
              pjelinek@redhat.com Pavel Jelinek
              Pavel Jelinek Pavel Jelinek
              Pavel Jelinek Pavel Jelinek
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: