Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-4732

system-property "boot-time" attribute should be boolean

    XMLWordPrintable

Details

    Description

      It may need to stay a String for compatibility reasons, but in that case it should have its "allowed" values set to "true" and "false".

      /system-property=*/:read-operation-description(name=add)
      {
          "outcome" => "success",
          "result" => {
              "operation-name" => "add",
              "description" => "Adds a system property or updates an existing one.",
              "request-properties" => {
                  "value" => {
                      "type" => STRING,
                      "description" => "The value of the system property.",
                      "required" => false,
                      "nillable" => true
                  },
                  "boot-time" => {
                      "type" => STRING,
                      "description" => "If true the system property is passed on the command-line to the started server jvm. If false, it will be pushed to the server as part of the startup sequence.",
                      "required" => false,
                      "nillable" => true,
                      "default" => true
                  }
              },
              "reply-properties" => {},
              "read-only" => false
          }
      }
      

      Attachments

        Activity

          People

            tomazcerar Tomaž Cerar (Inactive)
            ssilvert@redhat.com Stan Silvert
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: