[jboss-jira] [JBoss JIRA] (AS7-4866) add support for value converters for operation property values
Alexey Loubyansky (JIRA)
jira-events at lists.jboss.org
Tue Jun 12 10:43:04 EDT 2012
[ https://issues.jboss.org/browse/AS7-4866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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: 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