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

Domain model usability: missing :undefine-attribute command

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.CR1
    • 7.1.0.Alpha1
    • Domain Management
    • None

    Description

      We have :read-attribute and :write-attribute commands but we do not have :remove-attribute command. It would be invoked on attributes which have flag required set to false.

      For example when I define socket-binding-port-offset for server-group I can't remove it and I can't set it to 0 using CLI.

      /server-group=main-server-group:read-resource-description()
      
                  "socket-binding-port-offset" => {
                      "description" => "The default offset to be added to the port values given by the socket binding group.",
                      "type" => INT,
                      "required" => false,
                      "access-type" => "read-write",
                      "storage" => "configuration",
                      "restart-required" => "no-services"
                  },
      

      Attachments

        Issue Links

          Activity

            People

              emuckenhuber_jira Emanuel Muckenhuber (Inactive)
              rsvoboda@redhat.com Rostislav Svoboda
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: