Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-603 Simplify working with complex attributes
  3. WFCORE-826

List-* operations should accept also objects as value

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • 2.0.0.CR1
    • None
    • Management
    • None

      in case where list contains objects and not just simple types
      list operations complain:

      example:

      [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
      }
      

              tomazcerar Tomaž Cerar (Inactive)
              tomazcerar Tomaž Cerar (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: