]
Alexey Loubyansky resolved AS7-4866.
------------------------------------
Fix Version/s: 7.1.3.Final (EAP)
7.2.0.Alpha1
Resolution: Done
Done.
add support for value converters for operation property values
--------------------------------------------------------------
Key: AS7-4866
URL:
https://issues.jboss.org/browse/AS7-4866
Project: Application Server 7
Issue Type: Task
Components: CLI
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
Fix For: 7.1.3.Final (EAP), 7.2.0.Alpha1
At the moment, value converters (which is the base for the simplified dmr format) are
supported only for command arguments but not operation requests.
example:
/subsystem=ee:write-attribute(name=global-modules, value=["org.apache.log4j"])
==> failed with JBAS014798/JBAS014746
workaround:
/subsystem=ee:write-attribute(name=global-modules,value=[{"name"=>"org.apache.log4j","slot"=>"main"}])
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: