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

JacORB management attributes should be read-write

    XMLWordPrintable

Details

    Description

      All the configuration values for jacorb are read-only. This means that the console can display them but not edit them. They should be made read-write. If the subsystem cannot react to value changes it can signal this through a 'restart required' response.

      subsystem=jacorb] :read-resource-description(recursive=true)
      {
          "outcome" => "success",
          "result" => {
              "description" => "The JacORB subsystem configuration.",
              "head-comment-allowed" => true,
              "tail-comment-allowed" => true,
              "namespace" => "urn:jboss:domain:jacorb:1.1",
              "attributes" => {
                  "name" => {
                      "type" => STRING,
                      "description" => "The name of the running ORB.",
                      "expressions-allowed" => false,
                      "nillable" => true,
                      "default" => "JBoss",
                      "min-length" => 1L,
                      "max-length" => 2147483647L,
                      "access-type" => "read-only",
                      "storage" => "configuration"
                  },
                  "print-version" => {
                      "type" => STRING,
                      "description" => "Indicates whether the version number should be printed during ORB startup (on) or not (off).",
                      "expressions-allowed" => false,
                      "nillable" => true,
                      "default" => "off",
                      "min-length" => 1L,
                      "max-length" => 2147483647L,
                      "access-type" => "read-only",
                      "storage" => "configuration"
                  },
      ... and so on...
      

      Attachments

        Issue Links

          Activity

            People

              tomazcerar Tomaž Cerar (Inactive)
              dhildenb@redhat.com David Hildenbrand
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: