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

Tomaz Cerar (JIRA) jira-events at lists.jboss.org
Mon May 7 17:00:18 EDT 2012


    [ https://issues.jboss.org/browse/AS7-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12690929#comment-12690929 ] 

Tomaz Cerar commented on AS7-4732:
----------------------------------

It is a bug, if you look at resource-description you will see that type is BOOLEAN but for operation description type is STRING
                
> 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