[jboss-jira] [JBoss JIRA] (WFCORE-826) List-* operations should accept also objects as value

Tomaz Cerar (JIRA) issues at jboss.org
Thu Jul 16 11:30:03 EDT 2015


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 at 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)


More information about the jboss-jira mailing list