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

Details

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

    Description

      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
      }
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: