[
https://issues.jboss.org/browse/AS7-3864?page=com.atlassian.jira.plugin.s...
]
Dominik Pospisil updated AS7-3864:
----------------------------------
Assignee: Alexey Loubyansky
Affects Version/s: 7.1.1.Final
Component/s: CLI
CLI: unable to specify operation headers in generic operations
--------------------------------------------------------------
Key: AS7-3864
URL:
https://issues.jboss.org/browse/AS7-3864
Project: Application Server 7
Issue Type: Bug
Components: CLI
Affects Versions: 7.1.1.Final
Reporter: Dominik Pospisil
Assignee: Alexey Loubyansky
It seems to me that it is not possible to specify operation headers in generic operation
executions. This is required if a user choose to use low-level operation and need to
specify roll-out plans, allow-resource-service-restart or other flags.
Something like this should be possible:
[standalone@localhost:9999 /]
/subsystem=datasources/data-source=TestDS:disable(headers={"allow-resource-service-restart"
=> true})
Operation 'disable' does not expect any property.
[standalone@localhost:9999 /] /subsystem=datasources/data-source=TestDS:disable
--headers={"allow-resource-service-restart" => true})
'disable --headers=' is not a valid operation name.
--
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