[jboss-jira] [JBoss JIRA] (AS7-4732) system-property "boot-time" attribute should be boolean

Stan Silvert (JIRA) jira-events at lists.jboss.org
Mon May 7 16:41:17 EDT 2012


Stan Silvert created AS7-4732:
---------------------------------

             Summary: system-property "boot-time" attribute should be boolean
                 Key: AS7-4732
                 URL: https://issues.jboss.org/browse/AS7-4732
             Project: Application Server 7
          Issue Type: Bug
          Components: Domain Management
    Affects Versions: 7.1.2.Final (EAP)
            Reporter: Stan Silvert
            Assignee: Brian Stansberry


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".

{noformat}
/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
    }
}
{noformat}

--
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