Tomaz Cerar created WFCORE-826:
----------------------------------
Summary: List-* operations should accept also objects as value
Key: WFCORE-826
URL:
https://issues.jboss.org/browse/WFCORE-826
Project: WildFly Core
Issue Type: Sub-task
Reporter: Tomaz Cerar
Assignee: Tomaz Cerar
in case where list contains objects and not just simple types
list operations complain:
example:
{noformat}
[standalone@localhost:9990 /]
/subsystem=messaging-activemq/server=default:list-add(name=incoming-interceptors,
value={name=foo,module=bar})
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0097: Wrong type for value.
Expected [STRING] but was OBJECT",
"rolled-back" => true
}
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)