[
https://issues.jboss.org/browse/JBAS-9140?page=com.atlassian.jira.plugin....
]
Alexey Loubyansky commented on JBAS-9140:
-----------------------------------------
I guess, you have to quote it. I mentioned it once, that it used to work w/o the quotes
but then something changed (not on the cli side).
Do you want the cli to recognize and add the quotes in case of boolean properties?
Incorrect value for boolean parameter
-------------------------------------
Key: JBAS-9140
URL:
https://issues.jboss.org/browse/JBAS-9140
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: CLI
Reporter: Brian Stansberry
Assignee: Alexey Loubyansky
With the latest from master, this operation:
/socket-binding-group=standard-sockets/socket-binding=http:write-attribute(name=fixed-port,value=true)
results in this operation on the server (incorrect value):
{
"operation" => "write-attribute",
"name" => "fixed-port",
"value" => false,
"address" => [
("socket-binding-group" => "standard-sockets"),
("socket-binding" => "http")
]
}
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira