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

Fix capitalization mismatch in subsystem description

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 7.1.0.Final
    • 7.1.0.CR1b
    • IIOP
    • None

    Description

      The allowed values of jacorb subsystem properties are currently displayed in capital letters (ON, OFF) while the description and default values show a different string (on, off):

      "queue-wait" => {
      "type" => STRING,
      "description" => "Indicates whether requests that exceed the maximum queue size should wait or not . When disabled, a TRANSIENT exception is thrown if the queue is full.",
      "expressions-allowed" => false,
      "nillable" => true,
      "default" => "off",
      "allowed" => [
      "OFF",
      "ON"
      ],
      "access-type" => "read-write",
      "storage" => "configuration",
      "restart-required" => "all-services"
      },

      Attachments

        Activity

          People

            sguilhen Stefan Guilhen
            sguilhen Stefan Guilhen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: