[jboss-jira] [JBoss JIRA] (AS7-2142) CLI: missing :remove-attribute command

Rostislav Svoboda (Created) (JIRA) jira-events at lists.jboss.org
Tue Oct 18 08:56:45 EDT 2011


CLI: missing :remove-attribute command
--------------------------------------

                 Key: AS7-2142
                 URL: https://issues.jboss.org/browse/AS7-2142
             Project: Application Server 7
          Issue Type: Bug
          Components: CLI
    Affects Versions: 7.1.0.Alpha1
            Reporter: Rostislav Svoboda
            Assignee: Alexey Loubyansky
             Fix For: 7.1.0.CR1


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.

{code}
/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"
            },
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list