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